void-packages/srcpkgs/orz/template
2020-02-24 08:56:51 +01:00

15 lines
396 B
Bash

# Template file for 'orz'
pkgname=orz
version=1.6.1
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=0632d918279fb052c481ff743ad0339311e614feb6f4f62777a255e34ddff2c2
post_install() {
vlicense LICENSE
}