14 lines
589 B
Bash
14 lines
589 B
Bash
# Template file for 'fuse-mp3fs'
|
|
pkgname=fuse-mp3fs
|
|
version=0.91
|
|
revision=1
|
|
wrksrc="mp3fs-${version}"
|
|
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=a47b5e351b7660e6f535a3c5b489c5a8191209957f8c0b8d066a5c221e8ecf92
|