Skip to content
Snippets Groups Projects
Commit b7f9e8ac authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent dd0542ab
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled/tested yet #TODO waiting gdk-pixbuf conversion to TOML
[source] [source]
git = "https://github.com/developomp/pomky" git = "https://github.com/developomp/pomky"
[build] [build]
...@@ -6,4 +6,5 @@ template = "cargo" ...@@ -6,4 +6,5 @@ template = "cargo"
dependencies = [ dependencies = [
"glib", "glib",
"pcre", "pcre",
"gdk-pixbuf",
] ]
#TODO Not compiled or tested #TODO xdg-home crate error
[source] [source]
git = "https://github.com/ColorCookie-dev/porsmo" git = "https://github.com/ColorCookie-dev/porsmo"
rev = "bd7eab08d8856b7499ee13672dff9a9232994d23"
[build] [build]
template = "cargo" template = "cargo"
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz" tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz"
[build] [build]
template = "configure" template = "configure"
dependencies = [
"zlib",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment