diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml index 5ca7af78474053c00c25677f53aa2d7ae9e8b1cb..2f4e25313ad9a4059076ee3bcbaec16fe3d104aa 100644 --- a/recipes/wip/net/boringtun/recipe.toml +++ b/recipes/wip/net/boringtun/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO source code error [source] git = "https://github.com/cloudflare/boringtun" [build] diff --git a/recipes/wip/net/dufs/recipe.toml b/recipes/wip/net/dufs/recipe.toml index 3bd1e12821007d8b5a4950044cb2977302ef74b2..3949986d71792f79a5f1903552f44ea6ba7151ea 100644 --- a/recipes/wip/net/dufs/recipe.toml +++ b/recipes/wip/net/dufs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO if-addrs crate error [source] git = "https://github.com/sigoden/dufs" [build] diff --git a/recipes/wip/net/floresta/recipe.toml b/recipes/wip/net/floresta/recipe.toml index 7143cbcf0af2b934885025c53454d91a467345a9..5ce8777718ee7195d172625a95b42bed3b43e994 100644 --- a/recipes/wip/net/floresta/recipe.toml +++ b/recipes/wip/net/floresta/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/Davidson-Souza/Floresta" [build] diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml index a269ad81e50076be8d8ea481f238e1162d525ff3..e654b50713971bb3b1de2a94fc31173385eff775 100644 --- a/recipes/wip/net/simple-http-server/recipe.toml +++ b/recipes/wip/net/simple-http-server/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO open crate error [source] git = "https://github.com/TheWaWaR/simple-http-server" [build] diff --git a/recipes/wip/net/slumber/recipe.toml b/recipes/wip/net/slumber/recipe.toml index c2e8146011e78a175530cb445fe6565f13f3b2d7..cae7f6608923ccc8d12b89b8e02b73d5092ca7fe 100644 --- a/recipes/wip/net/slumber/recipe.toml +++ b/recipes/wip/net/slumber/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to Orbital [source] git = "https://github.com/LucasPickering/slumber" [build] diff --git a/recipes/wip/net/vpncloud/recipe.toml b/recipes/wip/net/vpncloud/recipe.toml index a5e830ccca9cbcb783703018791a4570f1263272..ced2c226152e06d5a3ad3fa79fee4a731bf04e9f 100644 --- a/recipes/wip/net/vpncloud/recipe.toml +++ b/recipes/wip/net/vpncloud/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libc and nix crate error #TODO require Ruby and asciidoctor at runtime [source] git = "https://github.com/dswd/vpncloud" diff --git a/recipes/wip/security/angryoxide/recipe.toml b/recipes/wip/security/angryoxide/recipe.toml index 73d3e89ff84d9fe1013d801e071582bfe6262bfd..6363cae7aecf2954d2cfe388e895ffcf8f82bee3 100644 --- a/recipes/wip/security/angryoxide/recipe.toml +++ b/recipes/wip/security/angryoxide/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to Orbital #TODO in case of errors, read https://github.com/Ragnt/AngryOxide#building-from-source [source] git = "https://github.com/Ragnt/AngryOxide" diff --git a/recipes/wip/services/grub/recipe.toml b/recipes/wip/services/grub/recipe.toml index f674fb2b5f120c6514c900cb9b88fe9b04e02a03..e314bc845916da2e9ba2c41424a5b396284283a2 100644 --- a/recipes/wip/services/grub/recipe.toml +++ b/recipes/wip/services/grub/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz" [build] diff --git a/recipes/wip/sound/audeye/recipe.toml b/recipes/wip/sound/audeye/recipe.toml index 20870cef4a4429d0ac4187e544d74f8fa789df95..2ed219392fba7c8b585f450a0575ecf8a5ad8c37 100644 --- a/recipes/wip/sound/audeye/recipe.toml +++ b/recipes/wip/sound/audeye/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/maxmarsc/audeye" [build] diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml index 9e12ec279663138a823e92ea8e94201637f88397..74c1e05c60fcc7b169925fc937b10a6e4607ff04 100644 --- a/recipes/wip/sound/soundboard/recipe.toml +++ b/recipes/wip/sound/soundboard/recipe.toml @@ -6,3 +6,6 @@ template = "custom" script = """ cookbook_cargo --features full """ +dependencies = [ + "glib", +]