15 lines
462 B
Bash
15 lines
462 B
Bash
# Template file for 'samurai'
|
|
pkgname=samurai
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Ninja-compatible build tool written in C"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT, Apache-2.0"
|
|
homepage="https://github.com/michaelforney/samurai"
|
|
distfiles="https://github.com/michaelforney/samurai/archive/${version}.tar.gz"
|
|
checksum=55c73da66b5b8af8b6e26e74b55b3a9f06b763547fe6d0a6206dae68274a1438
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|