Skip to content

Commit

Permalink
Game manager now packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 10, 2024
1 parent 6706ebc commit 2468121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ude-apps/templates/untitled-game-system-manager.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ src_unpack() {

src_compile() {
cd "${WORKDIR}"/"${PN}"/IncusBindings/ || die
GOPATH="$GOPATH:$PWD/go-mod" go build -buildmode=c-shared . || die
go build -mod=vendor -o libUGM_Incus_InternalFuncs.so -buildmode=c-shared . || die
cd "${S}" || die
uimgui_src_compile
}
2 changes: 1 addition & 1 deletion ude-apps/untitled-game-system-manager/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST untitled-game-system-manager.tar.xz 33366800 BLAKE2B 99b62c4af10ae42a544f4e05932dae60eaa8aff36fdb90be9cc08e1fffad43f6d13792bd6c31cccfac3cfb7aae5f4b7dc85df91b04abff6bdf1f411e46dd339d SHA512 1459403e0b54ac59dad067f3a13de46729d241c7ffbffcd1cd7628e11dd6371038775286a42d24dbe42468b951573184a0e64abd369546f0ddac9e75754d2b2a
DIST untitled-game-system-manager.tar.xz 1281476 BLAKE2B 53e590f3d6b85cb93f867744eedfe7089efdeb4ead62670aca3eb3a7f97c0dfe1325c2b6dc8643a167c15a11640c95f23ef634ad79c75d26e885790e2dc4f0e6 SHA512 fb179ca7d1714785e9550beef07732c133bef151096350a0568218a47645f417727151ab337dc4b17a80600ca9deff164a9adea45d3d7506bbea4f41dc4c23bb
DIST untitled-imgui-framework.tar.xz 6851404 BLAKE2B 728315898c29c82bd16361b69ca49542c42eaf984f14f4a03cc7988d0f14fb3cc2a91e8451a9462a27c58075341edaf1d41736443f86591fb40c5ef09902c473 SHA512 1357821afaeb006c09561f6e96526484b33e96c4983ae038be8a4cfd4aed230f2157f592235eb403204f907da917558e08f044bab7c69e6624a311939be6c4e3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inherit uimgui go-module
DESCRIPTION="A manager for containerised Linux gaming systems based on Incus"
HOMEPAGE="https://github.com/MadLadSquad/UntitledGameSystemManager"
SRC_URI="https://github.com/MadLadSquad/UntitledImGuiFramework/releases/download/v0.8.7.9/untitled-imgui-framework.tar.xz -> untitled-imgui-framework.tar.xz
https://github.com/MadLadSquad/UntitledGameSystemManager/releases/download/v2.0.1.7/untitled-game-system-manager.tar.xz -> untitled-game-system-manager.tar.xz"
https://github.com/MadLadSquad/UntitledGameSystemManager/releases/download/v2.0.1.9/untitled-game-system-manager.tar.xz -> untitled-game-system-manager.tar.xz"

LICENSE="MIT"
SLOT="0"
Expand All @@ -25,7 +25,7 @@ src_unpack() {

src_compile() {
cd "${WORKDIR}"/"${PN}"/IncusBindings/ || die
GOPATH="$GOPATH:$PWD/go-mod" go build -buildmode=c-shared . || die
go build -mod=vendor -o libUGM_Incus_InternalFuncs.so -buildmode=c-shared . || die
cd "${S}" || die
uimgui_src_compile
}

0 comments on commit 2468121

Please sign in to comment.