holgersson-overlay/sys-apps/pacman-mirrorlist/pacman-mirrorlist-20200606.ebuild
Nils Freydank baa3cc2ab1
sys-apps/pacman-mirrorlist: Bump to 20200606
This bump shifts the SRC_URI to the archlinux package's file as this is
versioned.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2020-06-10 22:39:25 +02:00

28 lines
677 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DESCRIPTION="Repository list for Archlinux's binary package manager"
HOMEPAGE="https://www.archlinux.org/mirrorlist/"
SRC_URI="https://git.archlinux.org/svntogit/packages.git/plain/trunk/mirrorlist?h=packages/pacman-mirrorlist&id=a63fcf18ea98e546e3071ee0019120166a2897dd -> ${P}"
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT=0
S="${WORKDIR}"
src_unpack() {
cp "${DISTDIR}/${P}" mirrorlist
}
src_install() {
insinto etc/pacman.d
doins mirrorlist
}
pkg_postinst() {
einfo
einfo "This packages installs only a plain list of mirrors for sys-apps/pacman."
einfo
}