# Contributor: Marvin Steadfast # Maintainer: Marvin Steadfast 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"