mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
tpm: update to 1.3.3
also fix xlint and remove bash dependency
This commit is contained in:
parent
0af42dc12c
commit
802626f5c3
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'tpm'
|
# Template file for 'tpm'
|
||||||
pkgname=tpm
|
pkgname=tpm
|
||||||
version=1.3.2
|
version=1.3.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="bash gnupg2"
|
depends="gnupg2"
|
||||||
short_desc="A tiny password manager"
|
short_desc="Tiny password manager"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/nmeum/tpm"
|
homepage="https://github.com/nmeum/tpm"
|
||||||
distfiles="https://github.com/nmeum/tpm/archive/${version}.tar.gz"
|
distfiles="https://github.com/nmeum/tpm/archive/${version}.tar.gz"
|
||||||
checksum=9ea145e7f731c50ba3a8dfa252c7d0b31cd5b12b03db33dd95d7d8ebb53d4e6b
|
checksum=85930c86b13a08c706c2845a4b09138b43e160ae43e3f5e81021241f31f463ad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _tpm
|
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _tpm
|
||||||
|
|
Loading…
Add table
Reference in a new issue