void-packages/srcpkgs/btfs/template
2019-04-15 05:25:36 -03:00

20 lines
590 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.19
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.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/johang/btfs"
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
checksum=678831788e3b5e24f674adf87618353bea935fb418d512f17aabe3244f06b7e1
CXXFLAGS="-std=c++11"
pre_configure() {
autoreconf -fi
}