mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: unflac-1.0
This commit is contained in:
parent
1aaabd4370
commit
e645106419
1 changed files with 17 additions and 0 deletions
17
srcpkgs/unflac/template
Normal file
17
srcpkgs/unflac/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'unflac'
|
||||||
|
pkgname=unflac
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue