# Description: A console client for the BitTorrent client Transmission.
# URL: https://github.com/tremc/tremc
# Maintainer: Joacim Olsen Tangen, hi at joac dot im
# Depends on: python3

name=tremc
version=0.9.3
release=1
source=(https://github.com/tremc/$name/archive/$version/$name-$version.tar.gz)

build() {
	cd $name-$version

	sed -e "s/base64.decodestring/base64.decodebytes/g" -i tremc

	install -D -m 755 tremc $PKG/usr/bin/tremc
	install -D -m 644 tremc.1 $PKG/usr/share/man/man1/tremc.1
}