# Maintainer: Daniel Langbein _pkgname=hosts _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.1 pkgrel=1 pkgdesc="/etc/hosts file" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') groups=() depends=('holo') makedepends=('git') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install='.install' changelog= source=("git+${url}.git") noextract=() sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0544 hosts.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/hosts.holoscript }