void-packages/srcpkgs/libtickit/template
Nathan Owens b96e3d61b5 libtickit: update to 0.3.3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-24 10:55:46 +01:00

34 lines
1,008 B
Bash

# Template file for 'libtickit'
pkgname=libtickit
version=0.3.3
revision=1
build_style=gnu-makefile
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
make_check_target=test
hostmakedepends="pkg-config"
makedepends="unibilium-devel libtermkey-devel libtool"
checkdepends="perl"
short_desc="Library for building interactive full-screen terminal programs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.leonerd.org.uk/code/libtickit/"
distfiles="http://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz"
checksum=4a3d6c91be27f36d577179aa5021c7db52ac81f4b24e66a0232d63bacb18edad
post_install() {
vlicense LICENSE
}
libtickit-devel_package() {
depends="libtickit-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove usr/share/man/man7
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}