# Maintainer: Daniel Langbein _pkgname=makepkg _reponame=arch pkgname="de-p1st-$_pkgname" pkgver=0.0.3 pkgrel=1 pkgdesc="Personalized makepkg.conf" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') depends=() depends+=('pacman') # /etc/makepkg.conf belongs to pacman depends+=('holo' 'git' 'base') # holo depends on base (otherwise "holo apply" may fail on initial system installation) and git (git-diff) makedepends=('git') install='.install' changelog= source=("git+${url}.git") sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0544 makepkg.conf.holoscript "$pkgdir"/usr/share/holo/files/20-"$pkgname"/etc/makepkg.conf.holoscript }