void-packages/srcpkgs/kirc/template
2021-07-25 22:14:37 -03:00

16 lines
424 B
Bash

# Template file for 'kirc'
pkgname=kirc
version=0.2.9
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=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
post_install() {
vlicense LICENSE
}