mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 22:14:41 +08:00
18 lines
436 B
Bash
18 lines
436 B
Bash
pkgname=pacman-mirrorlist
|
|
pkgver=20160711
|
|
pkgrel=1
|
|
pkgdesc="Chakra Linux mirror list for use by pacman"
|
|
arch=('x86_64')
|
|
url="https://chakralinux.org/code/core.git/plain/pacman-mirrorlist/mirrorlist"
|
|
license=('GPL')
|
|
groups=('base')
|
|
backup=(etc/pacman.d/mirrorlist)
|
|
source=('mirrorlist')
|
|
md5sums=('fe65a5c28348f4fbc96ce8c4bb9e79ba')
|
|
|
|
package() {
|
|
mkdir -p $pkgdir/etc/pacman.d
|
|
install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
|
|
}
|
|
|