23 lines
871 B
Bash
23 lines
871 B
Bash
# Template file for '66-tools'
|
|
pkgname=66-tools
|
|
version=0.0.8.0
|
|
revision=1
|
|
wrksrc="66-tools-v${version}"
|
|
build_style=configure
|
|
configure_args="--prefix=/usr
|
|
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
|
--with-lib=${XBPS_CROSS_BASE}/usr/lib"
|
|
make_install_target="install install-man install-html"
|
|
hostmakedepends="pkg-config lowdown"
|
|
makedepends="oblibs-devel execline-devel skalibs-devel"
|
|
short_desc="Small tools and helpers for service scripts execution"
|
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
|
license="ISC"
|
|
homepage="http://web.obarun.org/software/index.html"
|
|
changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
|
|
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
|
|
checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|