diff --git a/srcpkgs/unflac/template b/srcpkgs/unflac/template new file mode 100644 index 00000000000..49c35171df4 --- /dev/null +++ b/srcpkgs/unflac/template @@ -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 " +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 +}