16 lines
440 B
Bash
16 lines
440 B
Bash
# Template file for 'enchive'
|
|
pkgname=enchive
|
|
version=3.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Encrypted personal archives"
|
|
maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
|
|
license="UNLICENSE"
|
|
homepage="https://github.com/skeeto/enchive"
|
|
distfiles="https://github.com/skeeto/enchive/archive/${version}.tar.gz"
|
|
checksum=d361aad634c3a51daabadeeaa7c8f0133e889874db6944e602c15e46eeed199e
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
}
|