diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-05 12:09:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-05 12:09:12 +0300 |
commit | e4c93f0643152c2ef4bb7cd5d60297d8d0fb8a47 (patch) | |
tree | cdaafb1b94093489aaa9af560f70bed9719c9f9f | |
parent | 10253bc65d144f3dea804dacca4af08e029e45fd (diff) | |
download | repository-e4c93f0643152c2ef4bb7cd5d60297d8d0fb8a47.tar.gz |
libgrapheme: add new package at git
-rwxr-xr-x | extra/libgrapheme/build | 4 | ||||
-rw-r--r-- | extra/libgrapheme/checksums | 0 | ||||
-rw-r--r-- | extra/libgrapheme/meta | 3 | ||||
-rw-r--r-- | extra/libgrapheme/sources | 1 | ||||
-rw-r--r-- | extra/libgrapheme/version | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/extra/libgrapheme/build b/extra/libgrapheme/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/extra/libgrapheme/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/extra/libgrapheme/checksums b/extra/libgrapheme/checksums new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/extra/libgrapheme/checksums diff --git a/extra/libgrapheme/meta b/extra/libgrapheme/meta new file mode 100644 index 00000000..fe453941 --- /dev/null +++ b/extra/libgrapheme/meta @@ -0,0 +1,3 @@ +description: Grapheme cluster utility library +license: ISC +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libgrapheme/sources b/extra/libgrapheme/sources new file mode 100644 index 00000000..f0b36d92 --- /dev/null +++ b/extra/libgrapheme/sources @@ -0,0 +1 @@ +git+https://git.suckless.org/libgrapheme#f334f95e diff --git a/extra/libgrapheme/version b/extra/libgrapheme/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/extra/libgrapheme/version @@ -0,0 +1 @@ +git 1 |