mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
add recipes
This commit is contained in:
parent
1d19222629
commit
775909d2b3
14
recipes/wip/finch/recipe.toml
Normal file
14
recipes/wip/finch/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--disable-gtkui
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
5
recipes/wip/pidgin/recipe.toml
Normal file
5
recipes/wip/pidgin/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user