aboutsummaryrefslogtreecommitdiffstats
path: root/community/flatseal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/flatseal/APKBUILD')
-rw-r--r--community/flatseal/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/flatseal/APKBUILD b/community/flatseal/APKBUILD
deleted file mode 100644
index ac852b05f97..00000000000
--- a/community/flatseal/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Saijin-Naib <2107-Saijin-Naib@users.gitlab.alpinelinux.org>
-pkgname=flatseal
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Permission Manager for Flatpak"
-url="https://github.com/tchx84/Flatseal"
-# s390x, mips64 and riscv64 blocked by gjs
-arch="noarch !s390x !mips64 !riscv64"
-license="GPL-3.0-or-later"
-depends="appstream-glib gjs gtk+3.0 libhandy1 webkit2gtk"
-makedepends="gettext glib-dev meson"
-checkdepends="appstream-glib desktop-file-utils"
-subpackages="$pkgname-lang"
-source="https://github.com/tchx84/Flatseal/archive/v$pkgver/flatseal-$pkgver.tar.gz"
-builddir="$srcdir/Flatseal-$pkgver"
-
-build() {
- abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-check() {
- meson test --no-rebuild -v -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-}
-
-sha512sums="
-2b3e86dc8fbff39803ece07fb3eaebca16efa7e8dedb9c61342bc9b918c661ccceb47cb8c0d69af5f7aebc671788a657a178c8bd37394e3a52f896f6dc43359a flatseal-1.7.5.tar.gz
-"