ad5cd67ffc
Fix bound checks. [ci skip]
15 lines
396 B
Bash
15 lines
396 B
Bash
# Template file for 'orz'
|
|
pkgname=orz
|
|
version=1.6.1
|
|
revision=2
|
|
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=0632d918279fb052c481ff743ad0339311e614feb6f4f62777a255e34ddff2c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|