Files
euri-packages/packages/antergos-next-mirrorlist/PKGBUILD
T

17 lines
409 B
Bash

# Maintainer: Michał <ash8820@proton.me>
pkgname=antergos-next-mirrorlist
pkgver=1
pkgrel=1
pkgdesc="Antergos NeXT mirror list"
arch=('any')
url="https://github.com/Antergos-NeXT/antergos-packages"
license=('GPL3')
source=("antergos-next-mirrorlist")
sha256sums=('SKIP')
package() {
install -dm755 "${pkgdir}/etc/pacman.d"
install -m644 "${srcdir}/antergos-next-mirrorlist" "${pkgdir}/etc/pacman.d/"
}