summaryrefslogtreecommitdiff
path: root/check/Pkgfile
blob: f648f371dd4248c7fc5c014a65d7b90b884cde2e (plain)
    1 # Description:	A unit testing framework for C
    2 # URL:		https://libcheck.github.io/check/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 
    5 name=check
    6 version=0.12.0
    7 release=1
    8 source=(https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz)
    9 
   10 build () {
   11 	cd $name-$version
   12 	./configure \
   13 		--prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -rf $PKG/usr/share/{doc,info}
   17 }

Generated by cgit