18 lines
491 B
Bash
18 lines
491 B
Bash
# Template file for 'unflac'
|
|
pkgname=unflac
|
|
version=1.0
|
|
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 Manley <jason@jasondavid.tv>"
|
|
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
|
|
}
|