summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f6d54d53e66faa5b9dc1a35f9936edafae7df11f (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=3
pkgrel=0

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

source=("git+https://github.com/nihilowy/surfer.git")




build() {
	cd "$pkgname"
	make
}



package() {
	cd "$pkgname"
	make DESTDIR="$pkgdir/" install
}
md5sums=('SKIP')