# Maintainer: Daniel Langbein _pkgname=makepkg _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.1 pkgrel=1 pkgdesc="Personalized makepkg.conf" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') groups=() depends=('pacman' 'holo') # /etc/makepkg.conf belongs to pacman 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 makepkg.conf.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/makepkg.conf.holoscript }