mirror of
https://codeberg.org/gigirassy/nune-gentoo-overlay
synced 2026-08-30 23:47:39 +00:00
Delete gui-apps/wawa/wawa-9999.ebuild
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit git-r3 toolchain-funcs
|
|
||||||
|
|
||||||
DESCRIPTION="simpler Wayland wallpaper setter"
|
|
||||||
HOMEPAGE="https://codeberg.org/sewn/wawa"
|
|
||||||
|
|
||||||
EGIT_REPO_URI="https://codeberg.org/sewn/wawa.git"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
dev-libs/wayland
|
|
||||||
dev-libs/wayland-protocols
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
dev-util/wayland-scanner
|
|
||||||
virtual/pkgconfig
|
|
||||||
"
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
emake CC="$(tc-getCC)"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" PREFIX=/usr install
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user