mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: chess-tui-1.1.0
This commit is contained in:
parent
5a499b3abb
commit
56a447661f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/chess-tui/template
Normal file
17
srcpkgs/chess-tui/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'chess-tui'
|
||||||
|
pkgname=chess-tui
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
short_desc="Chess TUI implementation in rust"
|
||||||
|
maintainer="Lukas Jordan <dev@lukasjordan.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/thomas-mauran/chess-tui"
|
||||||
|
changelog="https://github.com/thomas-mauran/chess-tui/releases"
|
||||||
|
distfiles="https://github.com/thomas-mauran/chess-tui/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=18f225862434f26536c0b40219a177083668562249e2e71756009bc7f6648e9a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue