New package: opustags-1.6.0

This commit is contained in:
tibequadorian 2021-02-12 00:55:34 +01:00 committed by Érico Nogueira Rolim
parent d48ff88f5d
commit 8b7c1c0044
1 changed files with 17 additions and 0 deletions

17
srcpkgs/opustags/template Normal file
View File

@ -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 <tibequadorian@posteo.de>"
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
}