29 lines
738 B
Bash
29 lines
738 B
Bash
|
# Template file for 'execline'
|
||
|
pkgname=execline
|
||
|
version=2.1.2.2
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
makedepends="skalibs-devel"
|
||
|
configure_args="--libdir=/usr/lib"
|
||
|
short_desc="A non-interactive scripting language"
|
||
|
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||
|
license="ISC"
|
||
|
homepage="http://skarnet.org/software/execline/"
|
||
|
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||
|
checksum=aea08c2c1b986c91f300d40737dd43067b91705d2c729859344ec65f989aec06
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
vdoc README
|
||
|
vcopy "doc/*" usr/share/doc/${pkgname}
|
||
|
}
|
||
|
|
||
|
execline-devel_package() {
|
||
|
short_desc+=" - development files"
|
||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||
|
pkg_install() {
|
||
|
vmove usr/include
|
||
|
vmove usr/lib
|
||
|
}
|
||
|
}
|