void-packages/srcpkgs/btfs/template
cr6git 7aca6a8944 btfs: fix wrong checksum & license
Closes: #10366 [via git-merge-pr]
2018-01-03 01:52:54 +01:00

20 lines
578 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.18
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
depends="python"
short_desc="Bittorrent filesystem based on FUSE"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/johang/btfs"
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
checksum=bb9679045540554232eff303fc4f615d28eb4023461eae3f65f08f2427ec9ef2
CXXFLAGS="-std=c++11"
pre_configure() {
autoreconf -fi
}