20 lines
510 B
Bash
20 lines
510 B
Bash
# Template file for 'sparse'
|
|
pkgname=sparse
|
|
version=0.6.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
short_desc="Semantic Parser for C"
|
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|
license="MIT"
|
|
homepage="https://git.kernel.org/pub/scm/devel/sparse/sparse.git"
|
|
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
|
|
checksum=b0502efa4c4d60d718b089af5659c40e1f972c1e246d59de1150a5e828d703ea
|
|
|
|
pre_build() {
|
|
make_build_args="CC=$CC LD=$CC AR=$AR"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|