15 lines
627 B
Bash
15 lines
627 B
Bash
# Template file for 'fuse-mp3fs'
|
|
pkgname=fuse-mp3fs
|
|
version=1.1.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel libflac-devel libvorbis-devel libid3tag-devel lame-devel"
|
|
short_desc="FUSE client to transcode FLAC to MP3"
|
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://khenriks.github.io/mp3fs/"
|
|
distfiles="https://github.com/khenriks/mp3fs/releases/download/v${version}/mp3fs-${version}.tar.gz"
|
|
checksum=942b588fb623ea58ce8cac8844e6ff2829ad4bc9b4c163bba58e3fa9ebc15608
|
|
make_check=no # checks require fuse + mount/unmount privileges
|