diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/samurai | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/samurai')
-rwxr-xr-x | extra/samurai/build | 6 | ||||
-rw-r--r-- | extra/samurai/checksums | 1 | ||||
-rw-r--r-- | extra/samurai/sources | 1 | ||||
-rw-r--r-- | extra/samurai/version | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/extra/samurai/build b/extra/samurai/build new file mode 100755 index 00000000..1dd11b38 --- /dev/null +++ b/extra/samurai/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +make PREFIX=/usr +make PREFIX=/usr DESTDIR="$1" install + +ln -s samu "$1/usr/bin/ninja" diff --git a/extra/samurai/checksums b/extra/samurai/checksums new file mode 100644 index 00000000..a3da810f --- /dev/null +++ b/extra/samurai/checksums @@ -0,0 +1 @@ +e079e8de3b07ba0f1fffe2dff31c1fcb3be357c523abc6937108635a081a11f0 samurai-0.7.tar.gz diff --git a/extra/samurai/sources b/extra/samurai/sources new file mode 100644 index 00000000..b3b4891c --- /dev/null +++ b/extra/samurai/sources @@ -0,0 +1 @@ +https://github.com/michaelforney/samurai/releases/download/0.7/samurai-0.7.tar.gz diff --git a/extra/samurai/version b/extra/samurai/version new file mode 100644 index 00000000..a7542609 --- /dev/null +++ b/extra/samurai/version @@ -0,0 +1 @@ +0.7 1 |