pkgname='libretools-netbuild' pkgver=1.0 license=('GPL') url='https://parabola.nu' pkgrel=1 arch=(any) build() { cd "$srcdir" curl https://repo.parabola.nu/ > index.html } package() { cd "$srcdir" install -Dm644 index.html "$pkgdir"/usr/share/$pkgname/index.html }