New package: bitlbee-mastodon-1.4.4

This commit is contained in:
Paper 2020-10-17 15:55:22 +02:00 committed by Duncan Overbruck
parent c9af7cb665
commit 7228fa5916

View file

@ -0,0 +1,17 @@
# Template file for 'bitlbee-mastodon'
pkgname=bitlbee-mastodon
version=1.4.4
revision=1
build_style=gnu-configure
hostmakedepends="libtool automake pkg-config"
makedepends="bitlbee-devel"
short_desc="Mastodon plugin for BitlBee"
maintainer="Paper <paper@tilde.institute>"
license="GPL-2.0-only"
homepage="https://github.com/kensanata/bitlbee-mastodon/"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=5ecb36a14ea59325f796009a7d3fb86e23d8bb273afe4744c6949c056bf8be48
pre_configure() {
autoreconf -fi
}