mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
549ea010d8
commit
c8677616c2
1 changed files with 15 additions and 0 deletions
15
srcpkgs/cloak/template
Normal file
15
srcpkgs/cloak/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'cloak'
|
||||||
|
pkgname=cloak
|
||||||
|
version=0.3.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
short_desc="Command Line OTP (One Time Password) Authenticator"
|
||||||
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/evansmurithi/cloak"
|
||||||
|
distfiles="https://github.com/evansmurithi/cloak/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=f2b8441cbc751c5f7455ab2c3ea654455b510a1d2a2576e6d64d78699e218a8b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue