aboutsummaryrefslogtreecommitdiffstats
path: root/community/tootle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tootle/APKBUILD')
-rw-r--r--community/tootle/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/tootle/APKBUILD b/community/tootle/APKBUILD
deleted file mode 100644
index fa6db8e854e..00000000000
--- a/community/tootle/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Clayton Craft <clayton@craftyguy.net>
-# Maintainer: Clayton Craft <clayton@craftyguy.net>
-pkgname=tootle
-pkgver=1.0
-pkgrel=0
-pkgdesc="Simple Mastodon client for Linux"
-url="https://github.com/bleakgrey/tootle"
-arch="all !s390x !mips !mips64" # no libhandy
-license="GPL-3.0-or-later"
-makedepends="
- glib-dev
- gtk+3.0-dev
- json-glib-dev
- libgee-dev
- libhandy1-dev
- libsoup-dev
- meson
- vala
- "
-subpackages="$pkgname-lang"
-source="$pkgname-$pkgver.tar.gz::https://github.com/bleakgrey/tootle/archive/$pkgver.tar.gz"
-options="!check" # no tests
-
-build() {
- abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C output
-}
-sha512sums="31eadfcc27cff26e8c84ecc56209e8bc9e0f616a9ab32a63208a89875597ecc668ac856a6044533b718c90f4acd286b7f07ca1386d6bb8d259a793e339a3f79d tootle-1.0.tar.gz"