16 lines
424 B
Bash
16 lines
424 B
Bash
|
# Template file for 'kirc'
|
||
|
pkgname=kirc
|
||
|
version=0.2.6
|
||
|
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=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|