vp-build/srcpkgs/opustags/template

18 lines
486 B
Bash

# 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
}