blob: e2ba2d8e1fa6ab02696f5c5943190a1f3cccc558 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
|
pkgname=surf-custom-git
pkgver=2.1
pkgrel=1
pkgdesc="Suckless surf browser"
url="https://git.vasthecat.ru/surf.git"
arch=('i686' 'x86_64')
depends=('webkit2gtk' 'gcr' 'xorg-xprop')
provides=('surf')
conflicts=('surf')
source=(
'arg.h'
'common.h'
'config.h'
'config.mk'
'LICENSE'
'Makefile'
'surf.1'
'surf.c'
'surf.desktop'
'surf.png'
'webext-surf.c'
)
md5sums=(
'4a06cd509ed479450e36833c6ce2015b'
'80a5d67abd5576ba31bdf205fd6e8541'
'd10abde760dfe1a7455286c51ba6f046'
'73c19517fc68bdc1d63c15c7957bb49d'
'b57e7f7720307a02d5a6598b00fe3afa'
'b0b2f97fc163a1dcb86fbc3c1722e6c2'
'071675c395f8e98f1cb47b6c0f38f106'
'f83088f7c166247917b38a967a9c31c7'
'aa76c934c4ec0fa8e19c3a7e0ccadfa9'
'42ae8dd5d71cb7cb7545aa4d0522ad0e'
'bcaae78b89c52ca9e93e0c29e907646b'
)
build() {
make
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
|