20 lines
510 B
Bash
20 lines
510 B
Bash
# Template file for 'sparse'
|
|
pkgname=sparse
|
|
version=0.6.3
|
|
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=2de8d57275e382cb00e5513c4f06c168f14ca3811fb630b19e95dfc07175b490
|
|
|
|
pre_build() {
|
|
make_build_args="CC=$CC LD=$CC AR=$AR"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|