f0677dbb35
Closes: #30162 [via git-merge-pr]
18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'btfs'
|
|
pkgname=btfs
|
|
version=2.24
|
|
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=d71ddefe3c572e05362542a0d9fd0240d8d4e1578ace55a8b3245176e7fd8935
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|