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 /xorg/st | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/st')
-rwxr-xr-x | xorg/st/build | 6 | ||||
-rw-r--r-- | xorg/st/checksums | 1 | ||||
-rw-r--r-- | xorg/st/depends | 4 | ||||
-rw-r--r-- | xorg/st/sources | 1 | ||||
-rw-r--r-- | xorg/st/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/xorg/st/build b/xorg/st/build new file mode 100755 index 00000000..53074cc3 --- /dev/null +++ b/xorg/st/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +sed -i 's|Liberation Mono|Monospace|g' config.def.h + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/xorg/st/checksums b/xorg/st/checksums new file mode 100644 index 00000000..5643a2f4 --- /dev/null +++ b/xorg/st/checksums @@ -0,0 +1 @@ +aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35 st-0.8.2.tar.gz diff --git a/xorg/st/depends b/xorg/st/depends new file mode 100644 index 00000000..5e3e4972 --- /dev/null +++ b/xorg/st/depends @@ -0,0 +1,4 @@ +fontconfig +libX11 +libXft +ncurses make diff --git a/xorg/st/sources b/xorg/st/sources new file mode 100644 index 00000000..7f853f09 --- /dev/null +++ b/xorg/st/sources @@ -0,0 +1 @@ +https://dl.suckless.org/st/st-0.8.2.tar.gz diff --git a/xorg/st/version b/xorg/st/version new file mode 100644 index 00000000..e1331499 --- /dev/null +++ b/xorg/st/version @@ -0,0 +1 @@ +0.8.2 2 |