Magellan Linux

Annotation of /smage/trunk/extras/check/check-0.15.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15276 - (hide annotations) (download)
Tue Aug 11 09:51:14 2020 UTC (3 years, 9 months ago) by niro
File size: 517 byte(s)
auto added: ver bump to 0.15.2-r1
1 niro 15276 # $Id$
2    
3     PNAME="check"
4     PVER="0.15.2"
5     PBUILD="r1"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="Check is a unit testing framework for C."
10     HOMEPAGE="http://libcheck.github.io/check/"
11    
12     DEPEND=">= sys-apps/gawk-5"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib mbuild
18    
19     SRC_URI=(
20     https://github.com/libcheck/${PNAME}/releases/download/${PVER}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2SEPERATOR="\/"
25     UP2DATE="updatecmd https://github.com/libcheck/${PNAME}/releases | highesttarball gz"