16 lines
462 B
Bash
16 lines
462 B
Bash
# Template file for 'samurai'
|
|
pkgname=samurai
|
|
version=1.1
|
|
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=9f31e45e65c0b270c0dae431460c53bc0a254dc98385947e3ab507b7b986a162
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|