aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bitlbee-mastodon/APKBUILD
blob: 9fca805f5d6a4f6018661cf89477e935537199f8 (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.3
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="e00d4817baa6f1580394f22bd4454a4149c6f17c394f245ada7b1afed5917018f37e61fbd48e2e46d1efb4aae3bbd7babc56eb1a1f40a39b45eb6db00c870c8a  bitlbee-mastodon-1.4.3.tar.gz"