| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3 | 8 | amd64 ~riscv x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="An extremely simple IRC client"
HOMEPAGE="https://tools.suckless.org/sic/"
SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sic-1.3.tar.gz | 5740 bytes | https://dl.suckless.org/tools/sic-1.3.tar.gz |