From: sev Date: Thu, 8 Dec 2022 04:35:30 +0000 (-0600) Subject: testing/synapse-admin: remove aport X-Git-Url: https://git.sev.monster/aports.git/commitdiff_plain/4543e0528abbadfd42e04b6952676bd6da3f18b0 testing/synapse-admin: remove aport --- diff --git a/testing/synapse-admin/APKBUILD b/testing/synapse-admin/APKBUILD deleted file mode 100644 index 7b8bf33..0000000 --- a/testing/synapse-admin/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: sev -# Maintainer: sev -pkgname=synapse-admin -pkgver=0.8.5 -pkgrel=0 -pkgdesc="Admin UI for Matrix Synapse homeserver." -url="https://github.com/Awesome-Technologies/synapse-admin" -arch="all" -license="Apache-2.0" -makedepends="yarn" -source="$pkgname-$pkgver.tar.gz::https://github.com/Awesome-Technologies/synapse-admin/archive/refs/tags/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" || exit 1 - yarn install - yarn build -} - -package() { - cd "$builddir" || exit 1 - mkdir -p "$pkgdir/usr/share/webapps" - mv build "$pkgdir/usr/share/webapps/$pkgname" -} - -sha512sums=" -9b89e28963698f84e8ce8dfc5b82cdca56dd8f1ccd89bc8f0115ebdc5212214e628b6a37f3dc4ccca73016cfaba10a8f416c4d1a5ee145e184c9579cdcaa70c8 synapse-admin-0.8.5.tar.gz -"