diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-09-22 18:42:29 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-09-22 18:42:41 +0200 |
commit | be4a5e1adf40750b19909d9980406714faa8e475 (patch) | |
tree | aaa1852f44430e573cd023a65bdd3c98c9262e5d /libre/hyperbola-mirrorlist/PKGBUILD | |
parent | c11a2518438f19aa60a2efcb8273d4ffd8bdfc10 (diff) | |
download | abslibre-be4a5e1adf40750b19909d9980406714faa8e475.tar.gz abslibre-be4a5e1adf40750b19909d9980406714faa8e475.tar.bz2 abslibre-be4a5e1adf40750b19909d9980406714faa8e475.zip |
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/hyperbola-mirrorlist/PKGBUILD')
-rw-r--r-- | libre/hyperbola-mirrorlist/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
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 <emulatorman@hyperbola.info> +# Maintainer (Parabola): Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> + +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 +} |