speedie-overlay/app-misc/smatrix/smatrix-9999.ebuild
2022-11-11 15:48:06 +01:00

26 lines
460 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="A minimal, suckless replacement for cmatrix written in C."
HOMEPAGE="https://git.sr.ht/~rjraymond/smatrix"
EGIT_REPO_URI="https://git.sr.ht/~rjraymond/smatrix"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
src_prepare() {
default
}
src_install() {
emake
newbin "${WORKDIR}/${P}/${PN}" ${PN}
}