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-07-24 08:34:40 +00:00
version=0.2.9
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-07-24 08:34:40 +00:00
checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
2021-05-20 17:40:54 +00:00
post_install() {
vlicense LICENSE
}