Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/check/check-0.15.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15204 - (hide annotations) (download)
Fri Aug 7 07:36:13 2020 UTC (3 years, 9 months ago) by niro
File size: 517 byte(s)
-release branches/alx07x-stable
1 niro 14845 # $Id$
2    
3     PNAME="check"
4     PVER="0.15.1"
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"