Add antergos-next-keyring and antergos-next-mirrorlist packages
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Maintainer: Celestia Ludenberg <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-pkgs"
|
||||
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/"
|
||||
}
|
||||
Reference in New Issue
Block a user