void-packages/srcpkgs/tpm/template
Đoàn Trần Công Danh 62bf54099d tpm: remove noarch
2020-11-28 10:21:18 +07:00

18 lines
587 B
Bash

# Template file for 'tpm'
pkgname=tpm
version=1.3.3
revision=2
build_style=gnu-makefile
hostmakedepends="perl"
depends="gnupg2"
short_desc="Tiny password manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/nmeum/tpm"
distfiles="https://github.com/nmeum/tpm/archive/${version}.tar.gz"
checksum=85930c86b13a08c706c2845a4b09138b43e160ae43e3f5e81021241f31f463ad
post_install() {
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _tpm
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions tpm
}