15 lines
396 B
Bash
15 lines
396 B
Bash
# Template file for 'orz'
|
|
pkgname=orz
|
|
version=1.6.2
|
|
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=ff9f8d77084f0510cfb4966be7cf02a00c4a17715879dfdb85eaa1380023a7c7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|