aboutsummaryrefslogtreecommitdiffstats
path: root/community/tootle/APKBUILD
blob: fa6db8e854efd968b35ea129dbcc15da9747755a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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"