void-packages/srcpkgs/kirc/template

16 lines
424 B
Bash
Raw Normal View History

2021-05-20 17:40:54 +00:00
# Template file for 'kirc'
pkgname=kirc
2021-06-06 14:51:24 +00:00
version=0.2.7
2021-05-20 17:40:54 +00:00
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"
2021-06-06 14:51:24 +00:00
checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
2021-05-20 17:40:54 +00:00
post_install() {
vlicense LICENSE
}