New package: unflac-1.0

This commit is contained in:
Jason Manley 2022-11-22 20:36:53 -06:00 committed by Leah Neukirchen
parent 1aaabd4370
commit e645106419

17
srcpkgs/unflac/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'unflac'
pkgname=unflac
version=1.0
revision=1
build_style=go
go_import_path="git.sr.ht/~ft/unflac"
depends="ffmpeg"
short_desc="Command line tool for audio image + cue sheet splitting"
maintainer="Jason Manley <jason@jasondavid.tv>"
license="MIT"
homepage="https://git.sr.ht/~ft/unflac"
distfiles="https://git.sr.ht/~ft/${pkgname}/archive/${version}.tar.gz"
checksum=a09c54d04127707c3f556836590de5d2ae6a78bf17a99472b602ef983f89b7b4
post_install() {
vlicense LICENSE
}