18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'btfs'
|
|
pkgname=btfs
|
|
version=2.20
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="boost-devel fuse-devel libcurl-devel libtorrent-rasterbar-devel"
|
|
depends="python3"
|
|
short_desc="Bittorrent filesystem based on FUSE"
|
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/johang/btfs"
|
|
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
|
|
checksum=ab85d10407d210c367dc5a0db6aa9e8620ebbb819c58da783ca343dfa8577441
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|