Magellan Linux

Contents of /smage/trunk/extras/check/check-0.15.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14845 - (show annotations) (download)
Tue Aug 4 14:32:55 2020 UTC (3 years, 8 months ago) by niro
File size: 517 byte(s)
auto added: ver bump to 0.15.1-r1
1 # $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"