15 lines
396 B
Bash
15 lines
396 B
Bash
# Template file for 'orz'
|
|
pkgname=orz
|
|
version=1.6.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="General purpose data compressor"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/richox/orz"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ac5dc827458699db7f14a51e7a58cb8d5883cec43ed687c823dc07311656042d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|