aports/testing/htmldoc/APKBUILD

34 lines
924 B
Text

# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=htmldoc
pkgver=1.9.20
pkgrel=0
pkgdesc="HTML conversion software"
url="https://www.msweet.org/htmldoc/"
arch="all"
license="GPL-2.0-only"
makedepends="cups-dev fltk-dev libpng-dev libjpeg-turbo-dev zlib-dev"
subpackages="$pkgname-doc"
source="https://github.com/michaelrsweet/htmldoc/archive/v$pkgver/htmldoc-$pkgver.tar.gz"
options="!check" # no test suite in source archive
build() {
./configure \
--target=$CTARGET \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
f6ab62bb819eef4dbed8abb5a95bd61292f1fdd513cbdeb776822ef01c3fac0f3250fbab0568b6a828a6c5ad6ca13541827efe7a1ccfbed334361cf0d3624254 htmldoc-1.9.20.tar.gz
"