void-packages/srcpkgs/unflac/template

18 lines
492 B
Bash

# Template file for 'unflac'
pkgname=unflac
version=1.1
revision=2
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 Elswick <jason@jasondavid.tv>"
license="MIT"
homepage="https://git.sr.ht/~ft/unflac"
distfiles="https://git.sr.ht/~ft/${pkgname}/archive/${version}.tar.gz"
checksum=a79aa3625bae55286f382909a899f6304d71e7ce206e0234c40d944c74932caf
post_install() {
vlicense LICENSE
}