18 lines
512 B
Bash
18 lines
512 B
Bash
|
# 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
|
||
|
}
|