15 lines
424 B
Bash
15 lines
424 B
Bash
# Template file for 'kirc'
|
|
pkgname=kirc
|
|
version=0.3.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Tiny IRC client written in POSIX C99"
|
|
maintainer="notthewave <winklbauer_m@zoho.eu>"
|
|
license="MIT"
|
|
homepage="http://kirc.io"
|
|
distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
|
|
checksum=19bb058a9845eb5b2febe6e8d658dcd06c194b58669f37837dbdf37627c7d7dd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|