diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml index 5ca7af78..2f4e2531 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 3bd1e128..3949986d 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 7143cbcf..5ce87777 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 a269ad81..e654b507 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 c2e81460..cae7f660 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 a5e830cc..ced2c226 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 73d3e89f..6363cae7 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 f674fb2b..e314bc84 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 20870cef..2ed21939 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 9e12ec27..74c1e05c 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", +]