# Maintainer: Daniel Langbein _pkgname=pacman-mirrorlist _reponame=arch-pkg pkgname="de-p1st-$_pkgname" pkgver=0.0.1 pkgrel=1 pkgdesc="selected Arch Linux mirrors" arch=('any') url="https://git.privacy1st.de/langfingaz/${_reponame}" license=('MIT') groups=() depends=('pacman') makedepends=('git') optdepends=() provides=('pacman-mirrorlist') conflicts=('pacman-mirrorlist') replaces=() backup=() options=() install= changelog= source=("git+${url}.git") noextract=() sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" install -Dm0644 mirrorlist "$pkgdir"/etc/pacman.d/mirrorlist }