16 lines
440 B
Bash
16 lines
440 B
Bash
# Template file for 'enchive'
|
|
pkgname=enchive
|
|
version=3.3
|
|
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=64ae476186a7e84bce18a81e3d4e119cc5e4ef717982a79a45899db1369f5ab0
|
|
|
|
post_install() {
|
|
vlicense UNLICENSE
|
|
}
|