Magellan Linux

Contents of /smage/branches/alx08x-unstable/extras/check/check-0.15.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17398 - (show annotations) (download)
Wed Nov 22 10:51:33 2023 UTC (6 months, 2 weeks ago) by niro
File size: 513 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="check"
4 PVER="0.15.2"
5 PBUILD="r2"
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}/tags | highesttarball gz"