From e645106419558d1a90c73198bedb7f08c5e64d90 Mon Sep 17 00:00:00 2001 From: Jason Manley Date: Tue, 22 Nov 2022 20:36:53 -0600 Subject: [PATCH] New package: unflac-1.0 --- srcpkgs/unflac/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/unflac/template 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 +}