mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'fix_runtime_dep' into 'master'
Correctly mark terminfo as runtime dependency for ncdu See merge request redox-os/cookbook!515
This commit is contained in:
commit
f55e8d5d15
@ -1,13 +1,11 @@
|
||||
[source]
|
||||
tar = "https://dev.yorhel.nl/download/ncdu-1.13.tar.gz"
|
||||
blake3 = "f6d771e78c87202a051e3357820be3c63ea895ff4f07edf14c6f21fb18afceed"
|
||||
dependencies = ["terminfo"]
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncurses",
|
||||
"terminfo"
|
||||
]
|
||||
dependencies = ["ncurses"]
|
||||
script = """
|
||||
rsync -av --delete --exclude='.git' "${COOKBOOK_SOURCE}/" ./
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include -I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user