add graveyard
This commit is contained in:
parent
8939682051
commit
b999f09aae
2 changed files with 14 additions and 0 deletions
|
@ -35,6 +35,8 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs
|
||||||
- v3.0.2 - https://fontlibrary.org/en/font/fantasque-sans-mono
|
- v3.0.2 - https://fontlibrary.org/en/font/fantasque-sans-mono
|
||||||
- gmid - Gemini server
|
- gmid - Gemini server
|
||||||
- v1.8.6 - https://gmid.omarpolo.com
|
- v1.8.6 - https://gmid.omarpolo.com
|
||||||
|
- graveyard - Dead simple encryption
|
||||||
|
- v1.1.2 - https://github.com/BetaPictoris/graveyard
|
||||||
- hunspell-es_MX - Spanish (México) dictionary for hunspell
|
- hunspell-es_MX - Spanish (México) dictionary for hunspell
|
||||||
- v2.8 - https://github.com/sbosio/rla-es
|
- v2.8 - https://github.com/sbosio/rla-es
|
||||||
- hunspell-es_US - Spanish (Estados Unidos) dictionary for hunspell
|
- hunspell-es_US - Spanish (Estados Unidos) dictionary for hunspell
|
||||||
|
|
12
srcpkgs/graveyard/template
Normal file
12
srcpkgs/graveyard/template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template file for 'graveyard'
|
||||||
|
pkgname=graveyard
|
||||||
|
version=1.1.3
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/BetaPictoris/grave"
|
||||||
|
short_desc="Dead simple encryption"
|
||||||
|
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://${go_import_path}yard"
|
||||||
|
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=68491fd31614b6f54549b323f5110c80ba07d12fec2a04c8338e825e86870d75
|
Loading…
Add table
Reference in a new issue