diff options
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 |
