]> git.armaanb.net Git - asd-repo.git/commitdiff
slop: new package at 7.5
authorArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 19:54:40 +0000 (15:54 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 23:50:52 +0000 (19:50 -0400)
extra/slop/build [new file with mode: 0755]
extra/slop/checksums [new file with mode: 0644]
extra/slop/depends [new file with mode: 0644]
extra/slop/sources [new file with mode: 0644]
extra/slop/version [new file with mode: 0644]

diff --git a/extra/slop/build b/extra/slop/build
new file mode 100755 (executable)
index 0000000..657c85a
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake -B build \
+    -DGLM_INCLUDE_DIR="$PWD/glm" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DSLOP_OPENGL=False
+
+cmake --build   build
+cmake --install build
diff --git a/extra/slop/checksums b/extra/slop/checksums
new file mode 100644 (file)
index 0000000..7b75c56
--- /dev/null
@@ -0,0 +1,2 @@
+94d8b6270217cd7f56ce7d4a9a75069025262830a2f91c3239b7fc07da5ea8da  v7.5.tar.gz
+5e33b6131cea6a904339734b015110d4342b7dc02d995164fdb86332d28a5aa4  0.9.9.5.tar.gz
diff --git a/extra/slop/depends b/extra/slop/depends
new file mode 100644 (file)
index 0000000..55ce218
--- /dev/null
@@ -0,0 +1,2 @@
+cmake make
+libX11
diff --git a/extra/slop/sources b/extra/slop/sources
new file mode 100644 (file)
index 0000000..d8da946
--- /dev/null
@@ -0,0 +1,2 @@
+https://github.com/naelstrof/slop/archive/v7.5.tar.gz
+https://github.com/g-truc/glm/archive/0.9.9.5.tar.gz glm
diff --git a/extra/slop/version b/extra/slop/version
new file mode 100644 (file)
index 0000000..94dd5dc
--- /dev/null
@@ -0,0 +1 @@
+7.5 2