badwolf: update to 1.3.0, adopt.
This commit is contained in:
parent
e6eec8b132
commit
47142ed806
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'badwolf'
|
# Template file for 'badwolf'
|
||||||
pkgname=badwolf
|
pkgname=badwolf
|
||||||
version=1.2.2
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
configure_args="PREFIX=/usr WITH_WEBKITGTK=4.1 WITH_URI_PARSER=guri"
|
||||||
|
make_cmd=ninja
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
hostmakedepends="pkg-config gettext"
|
hostmakedepends="pkg-config gettext ninja ed"
|
||||||
makedepends="webkit2gtk-devel libsoup-devel"
|
makedepends="libwebkit2gtk41-devel"
|
||||||
checkdepends="mdocml"
|
|
||||||
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
|
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="yosh <yosh-git@riseup.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://hacktivis.me/projects/badwolf"
|
homepage="https://hacktivis.me/projects/badwolf"
|
||||||
changelog="https://hacktivis.me/releases/badwolf-${version}.txt"
|
changelog="https://hacktivis.me/releases/badwolf-${version}.txt"
|
||||||
distfiles="https://hacktivis.me/releases/badwolf-${version}.tar.gz"
|
distfiles="https://hacktivis.me/releases/badwolf-${version}.tar.gz"
|
||||||
checksum=fcdf1b0d7111071db53f785cd3cecfb4c7ba852403a5697037b281e7fe262a4b
|
checksum=276dfccba8addfc205ceb10477668e4b2b6a4853f344c86d5c1e35b1c703459f
|
||||||
|
|
||||||
pre_configure() {
|
do_install() {
|
||||||
export PREFIX=/usr
|
DESTDIR=${DESTDIR} ninja install
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue