Rename isd to isd-bin
This commit is contained in:
parent
e8d2019dc1
commit
58799a9459
1
sys-apps/isd-bin/Manifest
Normal file
1
sys-apps/isd-bin/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST isd-bin-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3
|
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
DESCRIPTION="isd (interactive systemd) - a better way to work with systemd units"
|
DESCRIPTION="isd (interactive systemd) - a better way to work with systemd units"
|
||||||
HOMEPAGE="https://isd-project.github.io/isd"
|
HOMEPAGE="https://isd-project.github.io/isd"
|
||||||
SRC_URI="https://github.com/isd-project/${PN}/releases/download/v${PV}/${PN}.AppImage -> ${P}.AppImage"
|
SRC_URI="https://github.com/isd-project/isd/releases/download/v${PV}/isd.AppImage -> ${P}.AppImage"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -22,6 +22,6 @@ QA_PREBUILT="*"
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cd ${WORKDIR}
|
cd ${WORKDIR}
|
||||||
cp ${DISTDIR}/${P}.AppImage ${PN} || die
|
cp ${DISTDIR}/${P}.AppImage isd || die
|
||||||
dobin ${PN}
|
dobin isd
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
DIST isd-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3
|
|
Loading…
x
Reference in New Issue
Block a user