diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-10 19:43:34 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-10 19:43:34 +0000 |
commit | 10a2b3a8cd75ab13660bef4a97f351e031fba917 (patch) | |
tree | 8d8549f106640e8849e24441a9106da06c58e95f /testing/wkhtmltopdf/APKBUILD | |
parent | 549536685bceb308bcca2f3f3781b31c8f241b4f (diff) | |
download | aports-10a2b3a8cd75ab13660bef4a97f351e031fba917.tar.bz2 aports-10a2b3a8cd75ab13660bef4a97f351e031fba917.tar.xz |
community/wkhtmltopdf: moved to community
ref: #9743
Diffstat (limited to 'testing/wkhtmltopdf/APKBUILD')
-rw-r--r-- | testing/wkhtmltopdf/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/wkhtmltopdf/APKBUILD b/testing/wkhtmltopdf/APKBUILD deleted file mode 100644 index ae1a38b9a0..0000000000 --- a/testing/wkhtmltopdf/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=wkhtmltopdf -pkgver=0.12.5 -pkgrel=0 -pkgdesc="Simple shell utility to convert html to pdf" -url="http://wkhtmltopdf.org/" -arch="all" -license="GPL-3.0-or-later" -makedepends="$depends_dev qt5-qtbase-dev qt5-qtwebkit-dev qt5-qtsvg-dev - qt5-qtxmlpatterns-dev" -subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz" -options="!check" # no test suite -_builddir="$srcdir"/wkhtmltopdf-$pkgver - -build() { - cd "$_builddir" - qmake-qt5 -makefile && make -} - -package() { - cd "$_builddir" - make install INSTALL_ROOT="$pkgdir"/usr -} - -sha512sums="3f982a6964085b36f62988b618d88d4339f03ad8d2e733c1fcba5e2e7cb545ccc99313ce35474605df818f91c289a87ddd952f21974fdbe846f990bf03fc2fdb wkhtmltopdf-0.12.5.tar.gz" |