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