blob: 9350421a4a361c959787580f5270fc08fc3b4e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
EAPI=7
inherit git-r3
DESCRIPTION="Modular status bar for dwm written in c"
HOMEPAGE="https://github.com/torrinfail/dwmblocks"
EGIT_REPO_URI="https://git.eug-vs.xyz/suckless/dwmblocks"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64"
src_install() {
emake PREFIX="${D}/usr" install
}
|