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