diff --git a/sys-apps/isd-bin/Manifest b/sys-apps/isd-bin/Manifest new file mode 100644 index 0000000..f70c2ed --- /dev/null +++ b/sys-apps/isd-bin/Manifest @@ -0,0 +1 @@ +DIST isd-bin-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3 diff --git a/sys-apps/isd/isd-0.2.0.ebuild b/sys-apps/isd-bin/isd-bin-0.2.0.ebuild similarity index 71% rename from sys-apps/isd/isd-0.2.0.ebuild rename to sys-apps/isd-bin/isd-bin-0.2.0.ebuild index 949911c..4392537 100644 --- a/sys-apps/isd/isd-0.2.0.ebuild +++ b/sys-apps/isd-bin/isd-bin-0.2.0.ebuild @@ -5,7 +5,7 @@ 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" +SRC_URI="https://github.com/isd-project/isd/releases/download/v${PV}/isd.AppImage -> ${P}.AppImage" LICENSE="GPL-3" SLOT="0" @@ -22,6 +22,6 @@ QA_PREBUILT="*" src_install() { cd ${WORKDIR} - cp ${DISTDIR}/${P}.AppImage ${PN} || die - dobin ${PN} + cp ${DISTDIR}/${P}.AppImage isd || die + dobin isd } diff --git a/sys-apps/isd/Manifest b/sys-apps/isd/Manifest deleted file mode 100644 index 1ed80e6..0000000 --- a/sys-apps/isd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST isd-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3