From be4a5e1adf40750b19909d9980406714faa8e475 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 22 Sep 2019 18:42:29 +0200 Subject: libre: add hyperbola-mirrorlist This makes it easier to use pacstrap to install hyperbola from Parabola. Note that the hyperbola mirrorlist is not used by Parabola, so people installing hyperbola will need to adjust the pacstrap configuration accordingly. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/hyperbola-mirrorlist/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libre/hyperbola-mirrorlist/PKGBUILD (limited to 'libre/hyperbola-mirrorlist/PKGBUILD') diff --git a/libre/hyperbola-mirrorlist/PKGBUILD b/libre/hyperbola-mirrorlist/PKGBUILD new file mode 100644 index 000000000..e82e374ee --- /dev/null +++ b/libre/hyperbola-mirrorlist/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer (Hyperbola): André Silva +# Maintainer (Parabola): Denis 'GNUtoo' Carikli + +pkgname=hyperbola-mirrorlist +pkgver=20190529 +pkgrel=1.hyperbola1 +pkgdesc="Hyperbola mirror list" +arch=('any') +url="https://repo.hyperbola.info:50000/other/mirrorlist/mirrorlist.txt" +license=('CC0-1.0') +source=(mirrorlist-${pkgver}.txt::${url} + legalcode.txt) +sha512sums=('cc264fa3aa1844b0ab626d44b53b24af70cf40ba2a77c74af8def87f35cf9e85a8cd18a5b819f2e5b04912a9ce99e0930fe501eae50010577fafc2fbbaf5de16' + '1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa') + +package() { + mkdir -p $pkgdir/share/mirrorlist + install -m644 $srcdir/mirrorlist-${pkgver}.txt $pkgdir/share/mirrorlist/hyperbola + + mkdir -p $pkgdir/usr/share/licenses/hyperbola-mirrorlist + install -m644 $srcdir/legalcode.txt $pkgdir/usr/share/licenses/hyperbola-mirrorlist +} -- cgit v1.2.3