18 lines
538 B
Bash
18 lines
538 B
Bash
# Template file for 'chess-tui'
|
|
pkgname=chess-tui
|
|
version=1.2.1
|
|
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=641d59e8162a256d8dc92a99c3bbeb96d4047be3ebd19f7d5a264f90a621ad89
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|