remove ia64 keywords
[gentoo-zh.git] / sys-apps / pacman-mirrorlist / pacman-mirrorlist-20210509.ebuild
blobdf0b8ce0288ab1c4e7638558373926377aea4da2
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI="7"
6 COMMIT_ID="eec6e21194eae9877e73c92ffdf211ebc4b260f3"
8 DESCRIPTION="Repository list for Archlinux's binary package manager"
9 HOMEPAGE="https://archlinux.org/mirrorlist/"
10 SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/${COMMIT_ID}/trunk/mirrorlist -> ${P}"
11 KEYWORDS="~amd64"
12 LICENSE="GPL-2"
13 SLOT=0
14 S="${WORKDIR}"
16 src_unpack() {
17 cp "${DISTDIR}/${P}" mirrorlist
20 src_install() {
21 insinto etc/pacman.d
22 doins mirrorlist
25 pkg_postinst() {
26 einfo
27 einfo "This packages installs only a plain list of mirrors for sys-apps/pacman."
28 einfo