18 lines
538 B
Bash
18 lines
538 B
Bash
|
# 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
|
||
|
}
|