summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-netbuild
blob: 7be896b90e2a205a76216270139dc437a306679b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname='libretools-netbuild'
pkgver=1.0
license=('GPL')
url='https://parabolagnulinux.org'

pkgrel=1
arch=(any)

build() {
	cd "$srcdir"
	curl https://repo.parabolagnulinux.org/ > index.html
}

package() {
	cd "$srcdir"
	install -Dm644 index.html "$pkgdir"/usr/share/$pkgname/index.html
}