gentoo-ebuilds/net-irc/sic/sic-1.3.ebuild
Sam James 9b8239ad6d
net-irc/sic: Stabilize 1.3 x86, #958784
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23 01:16:33 +01:00

17 lines
392 B
Bash

# 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
}