16 lines
438 B
Bash
16 lines
438 B
Bash
# Template file for 'kirc'
|
|
pkgname=kirc
|
|
version=0.3.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Tiny IRC client written in POSIX C99"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://mcpcpc.github.io/kirc/"
|
|
distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
|
|
checksum=a45172198873fb34c64150262be4515a7be268a5c00566c79f03a8ea2dd7900e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|