badwolf: update to 1.2.0.
This commit is contained in:
parent
4b8120acc3
commit
619aeb3d4c
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'badwolf'
|
||||
pkgname=badwolf
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
build_style=configure
|
||||
make_check_target=test
|
||||
hostmakedepends="pkg-config gettext"
|
||||
makedepends="webkit2gtk-devel libsoup-devel"
|
||||
checkdepends="mdocml"
|
||||
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
|
||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://hacktivis.me/projects/badwolf"
|
||||
changelog="https://hacktivis.me/releases/badwolf-${version}.txt"
|
||||
distfiles="https://hacktivis.me/releases/badwolf-${version}.tar.gz"
|
||||
checksum=57410d2be36ad40c92ce5c73ee87277dd2697f573d5ad112e5bcae73ae7f227d
|
||||
checksum=eaf5b99f1fc0ea94552c64f3b5e84cf9e76891882ea5e767bf633341e0265cba
|
||||
|
||||
pre_configure() {
|
||||
export PREFIX=/usr
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue