initial import
This commit is contained in:
25
badwolf/PKGBUILD
Normal file
25
badwolf/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=badwolf
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="A minimalist and privacy-oriented WebKitGTK+ browser."
|
||||
url='https://hacktivis.me/projects/badwolf'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('Modified-BSD')
|
||||
depends=('webkitgtk')
|
||||
makedepends=('samurai' 'ed' 'gettext-tiny')
|
||||
source=("https://hacktivis.me/releases/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('f83884f9a1c4d12d641f68697d7fab7885803975ead6cb78e88b0b8d2f7b6f9da116f72e39f02c47e8dca89e4ced9b932524338a6211c7d4509c12206c10cdeb')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
PREFIX=/usr ./configure
|
||||
samu
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
DESTDIR="${pkgdir}/" samu install
|
||||
}
|
||||
Reference in New Issue
Block a user