x11-wm/oxwm: update SRC_URI

Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
Theron York
2026-05-09 13:18:19 -05:00
parent a3ec621a6f
commit d2f50660f5

View File

@@ -4,17 +4,19 @@
EAPI=8 EAPI=8
ZIG_OPTIONAL="1" ZIG_OPTIONAL="1"
inherit zig inherit zig
DESCRIPTION="OXWM — DWM but better. Dynamic window manager written in Zig with Lua config" DESCRIPTION="OXWM — DWM but better. Dynamic window manager written in Zig with Lua config"
HOMEPAGE="https://github.com/tonybanters/oxwm" HOMEPAGE="https://github.com/tonybanters/oxwm"
SRC_URI="https://github.com/tonybanters/oxwm/archive/4670ae7.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/oxwm-4670ae7" COMMIT="f699f6d1ff9e07cdd3831591bda84400e784b2c1"
SRC_URI="https://github.com/tonybanters/oxwm/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/oxwm-${COMMIT}"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0.16" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RDEPEND=" RDEPEND="
@@ -55,7 +57,7 @@ src_install() {
} }
pkg_postinst() { pkg_postinst() {
elog "OXWM ${PV} installed successfully!" elog "OXWM installed successfully!"
elog elog
elog "First launch will create ~/.config/oxwm/config.lua" elog "First launch will create ~/.config/oxwm/config.lua"
elog "Or manually run: oxwm --init" elog "Or manually run: oxwm --init"