diff --git a/srcpkgs/opustags/template b/srcpkgs/opustags/template new file mode 100644 index 00000000000..8e9f84c8962 --- /dev/null +++ b/srcpkgs/opustags/template @@ -0,0 +1,17 @@ +# Template file for 'opustags' +pkgname=opustags +version=1.6.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libogg-devel" +short_desc="Ogg Opus tags editor" +maintainer="tibequadorian " +license="BSD-3-Clause" +homepage="https://github.com/fmang/opustags" +distfiles="https://github.com/fmang/opustags/archive/${version}.tar.gz" +checksum=0f82703a49b35d44503c53bb596129e89ec061fb1f6e82363f982d1e35377dce + +post_install() { + vlicense LICENSE +}