void-packages/srcpkgs/tpm/template

20 lines
593 B
Bash
Raw Normal View History

2015-03-17 21:32:08 +00:00
# Template file for 'tpm'
pkgname=tpm
2015-10-03 18:14:50 +00:00
version=1.3.1
2015-09-29 08:58:44 +00:00
revision=1
2015-03-17 21:32:08 +00:00
noarch=yes
build_style=gnu-makefile
hostmakedepends="perl"
2015-03-17 21:32:08 +00:00
depends="bash gnupg2"
short_desc="A tiny password manager"
2015-09-29 08:58:44 +00:00
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-03-17 21:32:08 +00:00
license="GPL-3"
2015-09-29 08:58:44 +00:00
homepage="https://github.com/nmeum/tpm"
distfiles="https://github.com/nmeum/tpm/archive/${version}.tar.gz"
2015-10-03 18:14:50 +00:00
checksum=b73d995d89537b8cf3deee432bf4e510a4f72dd9e8bc3a30112a7b569c47fc35
2015-03-17 21:32:08 +00:00
post_install() {
2015-09-29 08:58:44 +00:00
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _tpm
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions tpm
2015-03-17 21:32:08 +00:00
}