diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-23 00:28:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-23 00:28:34 +0300 |
commit | 8dcd73253986c6cd7db3a372b84d3e808b08bf2e (patch) | |
tree | ad8910d85710e41e59ed23db721b85e8a55c2aca /editors/mg | |
parent | a7ed7cd4e92b9f9e4a88244086d21cc18e37e088 (diff) | |
download | repository-8dcd73253986c6cd7db3a372b84d3e808b08bf2e.tar.gz |
mg: move to editors
Diffstat (limited to 'editors/mg')
-rwxr-xr-x | editors/mg/build | 6 | ||||
-rw-r--r-- | editors/mg/checksums | 1 | ||||
-rw-r--r-- | editors/mg/depends | 2 | ||||
-rw-r--r-- | editors/mg/sources | 1 | ||||
-rw-r--r-- | editors/mg/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/editors/mg/build b/editors/mg/build new file mode 100755 index 0000000..d67e3ef --- /dev/null +++ b/editors/mg/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +sed -i 's/--libs ncurses/--libs ncursesw/' GNUmakefile + +make STATIC=yesplease +install -Dm755 -t "$1/usr/bin" mg diff --git a/editors/mg/checksums b/editors/mg/checksums new file mode 100644 index 0000000..93eb7ad --- /dev/null +++ b/editors/mg/checksums @@ -0,0 +1 @@ +git git+https://github.com/hboetes/mg diff --git a/editors/mg/depends b/editors/mg/depends new file mode 100644 index 0000000..015fdf1 --- /dev/null +++ b/editors/mg/depends @@ -0,0 +1,2 @@ +libbsd make +ncurses make diff --git a/editors/mg/sources b/editors/mg/sources new file mode 100644 index 0000000..8f05b20 --- /dev/null +++ b/editors/mg/sources @@ -0,0 +1 @@ +git+https://github.com/hboetes/mg diff --git a/editors/mg/version b/editors/mg/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/editors/mg/version @@ -0,0 +1 @@ +git 1 |