summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6f6c8004fa4d286c162b478709355bfe5e2847e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

# Maintainer: nihilowy <nihilowy at gmail dot com>
pkgname=surfer
pkgver=1
pkgrel=1

pkgdesc="basic webkit2gtk browser"
arch=('i686' 'x86_64')
url="https://github.com/nihilowy/surfer"
license=('GPL')

depends=('webkit2gtk')

source=("$pkgname-$pkgver.tar.gz::https://github.com/nihilowy/surfer.git")




build() {
	cd "$pkgname-$pkgver"
	make
}



package() {
	cd "$pkgname-$pkgver"
	make DESTDIR="$pkgdir/" install
}
md5sums=('21639801431746e77ced2641bad3bbe1')