Add isd 0.2.0 package ebuild

This commit is contained in:
Sravan Balaji 2025-01-25 10:52:53 -05:00
parent f5c796f136
commit 0ba05e37e2
2 changed files with 28 additions and 0 deletions

1
sys-apps/isd/Manifest Normal file
View File

@ -0,0 +1 @@
DIST isd-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3

View File

@ -0,0 +1,27 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="isd (interactive systemd) - a better way to work with systemd units"
HOMEPAGE="https://isd-project.github.io/isd"
SRC_URI="https://github.com/isd-project/${PN}/releases/download/v${PV}/${PN}.AppImage -> ${P}.AppImage"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="
sys-fs/fuse:0
"
S="${WORKDIR}/${P}"
QA_PREBUILT="*"
src_install() {
cd ${WORKDIR}
cp ${DISTDIR}/${P}.AppImage ${PN} || die
dobin ${PN}
}