2021-04-22 13:24:47 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
|
|
_pkgname=pacman
|
2021-04-26 18:28:17 +02:00
|
|
|
_reponame=arch
|
2021-04-22 13:24:47 +02:00
|
|
|
pkgname="de-p1st-$_pkgname"
|
2021-11-13 17:43:42 +01:00
|
|
|
pkgver=0.2.4
|
2021-09-23 18:30:42 +02:00
|
|
|
pkgrel=1
|
2021-04-22 13:24:47 +02:00
|
|
|
pkgdesc="pacman with configuration"
|
|
|
|
arch=('any')
|
2021-04-26 18:25:29 +02:00
|
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
2021-04-22 13:24:47 +02:00
|
|
|
license=('MIT')
|
2022-04-15 15:36:53 +02:00
|
|
|
depends=()
|
|
|
|
depends+=('pacman')
|
|
|
|
depends+=('holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
2021-04-22 13:37:47 +02:00
|
|
|
makedepends=('git')
|
2021-09-23 18:30:42 +02:00
|
|
|
optdepends=('de-p1st-pacman-mirrorlist' 'de-p1st-pacman-repo-chromium' 'de-p1st-repo-surface')
|
2021-04-29 14:24:28 +02:00
|
|
|
install='.install'
|
2021-04-22 13:24:47 +02:00
|
|
|
source=("git+${url}.git")
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${_reponame}/pkg/${pkgname}"
|
|
|
|
|
2021-09-10 12:08:02 +02:00
|
|
|
install -Dm0644 pacman.d/de-p1st "$pkgdir"/etc/pacman.d/de-p1st
|
|
|
|
install -Dm0544 pacman.conf.holoscript "$pkgdir"/usr/share/holo/files/20-"$pkgname"/etc/pacman.conf.holoscript
|
2021-04-22 13:24:47 +02:00
|
|
|
}
|