summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d565c7d711ff43216ebba9d94a31688a9157f9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theweb
pkgver=16.0
pkgrel=0
pkgdesc="Web Browser based on QtWebEngine"
arch=("x86_64")
url="https://github.com/vicr123/theweb"
license=('GPL3')
depends=('xdg-utils' 'qt5-base' 'the-libs' 'qt5-webengine')
makedepends=('git' 'nodejs' 'npm')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theweb#branch=master')
md5sums=('SKIP')

build() {
	cd "$pkgname-$pkgver"
	node buildtool.js
}

package() {
	cd "$pkgname-$pkgver"/build
	make install INSTALL_ROOT=$pkgdir
}