serenity/Ports/tree/package.sh

15 lines
352 B
Bash
Raw Normal View History

2022-10-16 17:32:44 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port='tree'
2023-08-11 12:17:20 +00:00
version='2.1.1'
2023-07-10 11:10:29 +00:00
files=(
"https://github.com/Old-Man-Programmer/tree/archive/refs/tags/${version}.tar.gz#1b70253994dca48a59d6ed99390132f4d55c486bf0658468f8520e7e63666a06"
2023-07-10 11:10:29 +00:00
)
2022-10-16 17:32:44 +00:00
build() {
run make CC="${CC}" all
}
install() {
run make install PREFIX="${SERENITY_INSTALL_ROOT}/usr/local"
}