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

pkgrel=1
arch=(any)

package() {
	install -d "$pkgdir"/usr/share/$pkgname
	curl https://repo.parabolagnulinux.org/ > "$pkgdir"/usr/share/$pkgname/index.html
}