summaryrefslogtreecommitdiff
path: root/data/sc-im/make.sh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-17 17:56:28 +0000
committerSam Bingner <sam@bingner.com>2019-05-08 14:31:05 -1000
commit6d48ffb8be85447473a71f24f5219c54de9bb10e (patch)
tree28944c65d8c9cfeada5dbe3d653cc701a995bd25 /data/sc-im/make.sh
parentf8c9a51e12a39036aa22217f6cf65c16d686e23b (diff)
Added sc-im (requested).
Diffstat (limited to 'data/sc-im/make.sh')
-rw-r--r--data/sc-im/make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sc-im/make.sh b/data/sc-im/make.sh
new file mode 100644
index 000000000..4c6e8ed0d
--- /dev/null
+++ b/data/sc-im/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+cd src
+pkg:make prefix=${PKG_TAPF} PKGCONFIG="$(realpath "${PKG_BASE}/util/pkg-config.sh")"
+pkg:install prefix=${PKG_TAPF} PKGCONFIG="$(realpath "${PKG_BASE}/util/pkg-config.sh")"