summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6fbd0b8569ef1691912df7cca932b3c6da9c7bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Matteo Salonia <saloniamatteo@protonmail.com> 
# Luke Smith's build of surf

pkgname=surf-luke-git
pkgver=2.0
pkgrel=1
pkgdesc="Luke's build of the surf web browser "
arch=('any')
url="https://github.com/LukeSmithxyz/surf"
license=('MIT')
depends=('dmenu' 'gtk3' 'gcr' 'webkit2gtk')
optdepends=('mpv' 'youtube-dl')
makedepends=('git')
conflicts=("surf")
source=("git+https://github.com/LukeSmithxyz/surf")
sha256sums=("SKIP")

package() {
	cd "$srcdir/surf"
	sudo make clean install
}