aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bitlbee-mastodon/APKBUILD
blob: cee9e06b83262f678d2f1deff018c0500a61f381 (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
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=bitlbee-mastodon
pkgver=1.4.2
pkgrel=0
pkgdesc="Mastodon plugin for Bitlbee"
url="https://alexschroeder.ch/cgit/bitlbee-mastodon"
arch="all"
license="LGPL-2.1-only"
depends="bitlbee"
makedepends="bitlbee-dev autoconf automake libtool"
source="bitlbee-mastodon-$pkgver.tar.gz::https://github.com/kensanata/bitlbee-mastodon/archive/v$pkgver.tar.gz"


prepare() {
	default_prepare
	./autogen.sh
}

build() {
	./configure
	make
}

package() {
	make DESTDIR="$pkgdir" install
}
sha512sums="0581f9e106ce9e939474348a8dd493ee609b7905a310fd27d62316c159b36117584a5aee02b843bded8c2710d3af602f8c67423b646d19c569089235b747ab6f  bitlbee-mastodon-1.4.2.tar.gz"