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