24 lines
884 B
Bash
24 lines
884 B
Bash
# Template file for '66-tools'
|
|
pkgname=66-tools
|
|
version=0.0.5.1
|
|
revision=1
|
|
wrksrc=${pkgname}-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"
|
|
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/NEWS.md"
|
|
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
|
|
checksum=df562211f10f749e7857dd9eedc369b119e496ab3c2918ac65aba08b8716473f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
make DESTDIR=${DESTDIR} install-html
|
|
make DESTDIR=${DESTDIR} install-man
|
|
}
|