arch/pkg/de-p1st-pacman-mirrorlist/PKGBUILD

24 lines
690 B
Bash
Raw Normal View History

2021-04-22 15:01:50 +02:00
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=pacman-mirrorlist
2021-04-26 18:28:17 +02:00
_reponame=arch
2021-04-22 15:01:50 +02:00
pkgname="de-p1st-$_pkgname"
2021-05-03 18:14:37 +02:00
pkgver=0.0.6
2021-05-11 22:34:00 +02:00
pkgrel=3
2021-04-22 15:01:50 +02:00
pkgdesc="selected Arch Linux mirrors"
arch=('any')
2021-04-26 18:25:29 +02:00
url="https://codeberg.org/privacy1st/${_reponame}"
2021-04-22 15:01:50 +02:00
license=('MIT')
2021-05-03 18:14:37 +02:00
depends=('pacman' 'holo' 'base') # without base "holo apply" may fail on initial system installation
2021-04-22 15:01:50 +02:00
makedepends=('git')
2021-04-29 14:24:28 +02:00
install='.install'
2021-04-22 15:01:50 +02:00
source=("git+${url}.git")
sha256sums=('SKIP')
package() {
cd "${_reponame}/pkg/${pkgname}"
2021-04-22 16:02:02 +02:00
install -Dm0644 de-p1st-mirrorlist "$pkgdir"/etc/pacman.d/de-p1st-mirrorlist
install -Dm0544 pacman.conf.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/pacman.conf.holoscript
2021-04-22 15:01:50 +02:00
}