opt/check/Pkgfile

17 lines
402 B
Plaintext

# Description: A unit testing framework for C
# URL: https://libcheck.github.io/check/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
name=check
version=0.15.2
release=1
source=(https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
}