18 lines
430 B
Bash
18 lines
430 B
Bash
# Template file for 'sic'
|
|
pkgname=sic
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Simple irc client"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://tools.suckless.org/sic/"
|
|
distfiles="https://dl.suckless.org/tools/sic-${version}.tar.gz"
|
|
checksum=30478fab3ebc75f2eb5d08cbb5b2fedcaf489116e75a2dd7197e3e9c733d65d2
|
|
replaces="sic-git>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
}
|