diff options
| author | ruki <[email protected]> | 2023-11-24 22:34:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-24 22:34:15 +0800 |
| commit | afbbacc9085b29e39cc13e00d5673202a70f7645 (patch) | |
| tree | 6c5bbad30be4b526500989de84c617f0a0af1f40 /xmake/scripts | |
| parent | 9217b528138fe4384403c0b573e8617bdcc18358 (diff) | |
add sourcefiles for xpack
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/runself/makeself.lsm | 11 | ||||
| -rwxr-xr-x | xmake/scripts/xpack/runself/setup.sh | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/xmake/scripts/xpack/runself/makeself.lsm b/xmake/scripts/xpack/runself/makeself.lsm new file mode 100644 index 000000000..f71ea98c7 --- /dev/null +++ b/xmake/scripts/xpack/runself/makeself.lsm @@ -0,0 +1,11 @@ +Begin3 +Title: ${PACKAGE_TITLE} +Version: ${PACKAGE_VERSION} +Description: ${PACKAGE_DESCRIPTION} +Keywords: make build +Author: ruki ([email protected]) +Maintained-by: ruki ([email protected]) +Original-site: ${PACKAGE_HOMEPAGE} +Platform: Unix; Windows +Copying-policy: ${PACKAGE_COPYRIGHT} +End diff --git a/xmake/scripts/xpack/runself/setup.sh b/xmake/scripts/xpack/runself/setup.sh new file mode 100755 index 000000000..1a2485251 --- /dev/null +++ b/xmake/scripts/xpack/runself/setup.sh @@ -0,0 +1 @@ +#!/bin/sh |
