mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: gmsl-1.1.8
This commit is contained in:
parent
ef7638924f
commit
e27dfa99e2
1 changed files with 27 additions and 0 deletions
27
srcpkgs/gmsl/template
Normal file
27
srcpkgs/gmsl/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'gmsl'
|
||||||
|
pkgname=gmsl
|
||||||
|
version=1.1.8
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
depends="make"
|
||||||
|
short_desc="GNU Make Standard Library"
|
||||||
|
maintainer="B. Wilson <x@wilsonb.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://sourceforge.net/projects/gmsl/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/gmsl/gmsl-${version}.tar.gz"
|
||||||
|
checksum=d569bcf5ec3ce0fd3f9948066ca0bbbf2d25cf529d61dd65e30c941f0eb1adcd
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make -f gmsl-tests
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall gmsl 644 usr/include
|
||||||
|
vinstall __gmsl 644 usr/include
|
||||||
|
vdoc index.html
|
||||||
|
vdoc README
|
||||||
|
|
||||||
|
sed --quiet '8,38p' gmsl >LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue