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