summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f5654dfe02e37c2864beaa503d3ac2c33f4dc21 (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=2
pkgrel=2

pkgdesc="basic 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')