pkgname='libretools-netpackage'
pkgver=1.0
license=('GPL')
url='https://parabola.nu'

pkgrel=1
arch=(any)

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