summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-15 13:59:12 +0200
committerErich Eckner <git@eckner.net>2018-06-15 13:59:23 +0200
commit3935342294f6bc5115bc58859503f4439984f441 (patch)
tree9e309c8ade824bb9741f4d797b2ba6dfffb5b2a9
parentddcaba19633cfa57b4d8bfc193cc4e8d0dc45208 (diff)
downloadpackages-3935342294f6bc5115bc58859503f4439984f441.tar.xz
community/reflector: now available with archlinux32 mirrors :-D
-rw-r--r--blacklist1
-rw-r--r--community/reflector/PKGBUILD18
2 files changed, 18 insertions, 1 deletions
diff --git a/blacklist b/blacklist
index 37c4d2d1..ca14b564 100644
--- a/blacklist
+++ b/blacklist
@@ -24,7 +24,6 @@ parallel-netcdf-openmpi # requires MPI_Offset >= 8, which is not (yet?) possible
parity # "32-bit targets are not supported at the moment, You can use '32bit_opt_in' feature. See https://github.com/pepyakin/wasmi/issues/43
python-pytorch # Gloo can only be built on 64-bit systems
qcef # contains CEF binaries (not current ones) for 64-bit and MIPS only, no 32-bit Intel. Discuss with the authors if you need it.
-reflector # supports Archlinux mirrors and not Archlinux32 mirrors (yet)
rubinius # Support for non-64bit platforms was deprecated 1 Jun 2016 and has now been removed. If non-64bit support is a critical feature for your application, please email contact@rubinius.com
sbcl # blocks again
skia-sharp # does not provide a bin/gn for 32-bit Linux, see FS32#8
diff --git a/community/reflector/PKGBUILD b/community/reflector/PKGBUILD
new file mode 100644
index 00000000..4fc31430
--- /dev/null
+++ b/community/reflector/PKGBUILD
@@ -0,0 +1,18 @@
+if [ "${pkgver}" = '2018' ]; then
+ pkgver='2018.06.15'
+fi
+source=(
+ "https://sources.archlinux32.org/sources/reflector32-${pkgver}.tar.gz"{,.sig}
+)
+md5sums=('1e0b596fd193c2bb2a02033ecd830d51'
+ 'SKIP')
+sha512sums=('8f894c48c32a55639b9ea776d2ff73923bdc29c1887827b8f13edc3359f5dc50ee0c1b8df38897a72c1fcb44dc1fbebf2d2b69de5f0fd5a03dc593c22cd29c90'
+ 'SKIP')
+validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A')
+eval "$(
+ declare -f package | \
+ sed '
+ 2 a ls -lA
+ s/\$pkgname/${pkgname}32/
+ '
+)"