18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'btfs'
|
|
pkgname=btfs
|
|
version=2.23
|
|
revision=2
|
|
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=2832817ea3aa73ff7af60a547736d0a681111816d95b76a999935b6f90491fa6
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|