16 lines
396 B
Bash
16 lines
396 B
Bash
|
# Template file for 'orz'
|
||
|
pkgname=orz
|
||
|
version=1.4.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=456f5aba9e56da4330e6e746ca1671633623d65a4908b42bbbdd72eb6354bc2e
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|