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