custom/samurai-git/spkgbuild

18 lines
436 B
Plaintext
Raw Normal View History

2024-02-12 09:18:39 +01:00
# description : Ninja-compatible build tool written in C
# homepage : https://github.com/michaelforney/samurai
name=samurai-git
2024-04-25 21:51:29 +02:00
version=20240223
2024-02-12 09:18:39 +01:00
release=1
2024-04-25 21:51:29 +02:00
commit=189023533035ecc30848ba8dffc25c9139928f89
2024-02-12 09:18:39 +01:00
source="$name-$version-$commit.tar.gz::https://github.com/michaelforney/samurai/archive/${commit}.tar.gz"
build() {
cd ${name%-*}-$commit
make
make PREFIX=/usr DESTDIR=$PKG install
ln -s /usr/bin/samu $PKG/usr/bin/ninja
}