mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
21 lines
522 B
Bash
21 lines
522 B
Bash
# maintainer: Neophytos Kolokotronis <tetris4@chakraos.org>
|
|
|
|
pkgname=pacman-mirrorlist
|
|
pkgver=20151112
|
|
pkgrel=2
|
|
pkgdesc="Chakra Linux mirror list for use by pacman"
|
|
arch=('x86_64')
|
|
url="http://git.chakraos.org/core.git/blob/HEAD:/pacman-mirrorlist/mirrorlist"
|
|
license=('GPL')
|
|
depends=('mirror-check')
|
|
groups=('base')
|
|
backup=(etc/pacman.d/mirrorlist)
|
|
source=('mirrorlist')
|
|
md5sums=('9f380eaf631a038d1400429237e1c374')
|
|
|
|
package() {
|
|
mkdir -p $pkgdir/etc/pacman.d
|
|
install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
|
|
}
|
|
|