~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] testing/libgrapheme: new aport

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Details
Message ID
<20211223033313.7844-1-porcellis@eletrotupi.com>
DKIM signature
missing
Download raw message
Patch: +31 -0
https://libs.suckless.org/libgrapheme

The libgrapheme library provides functions to properly handle Unicode
strings according to the Unicode specification.
---
 testing/libgrapheme/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/libgrapheme/APKBUILD

diff --git a/testing/libgrapheme/APKBUILD b/testing/libgrapheme/APKBUILD
new file mode 100644
index 0000000000..37002cc752
--- /dev/null
+++ b/testing/libgrapheme/APKBUILD
@@ -0,0 +1,31 @@
# Maintainer: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
pkgname=libgrapheme
pkgver=1
pkgrel=0
pkgdesc="grapheme cluster utility library"
url="https://libs.suckless.org/libgrapheme"
arch="all"
license="ISC"
makedepends="make"
subpackages="$pkgname-doc $pkgname-dev"
source="https://dl.suckless.org/libgrapheme/libgrapheme-$pkgver.tar.gz"

prepare() {
	default_prepare
	sed -i 's|/usr/local|/usr|' config.mk
}

build() {
	make all
}

check() {
	make test
}

package() {
	make install PREFIX=/usr DESTDIR="$pkgdir"
}
sha512sums="
c0f3300d30707266e44ee01f359204720ae1770788cec509b03be914f8581caae144fb72952d111f108ebef21fd96b5ca2cf69463ee569bce4bba8645942ee05  libgrapheme-1.tar.gz
"
-- 
2.34.1
Pedro Lucas Porcellis <no-reply@dispatch.alpinelinux.org>
Details
Message ID
<164157643984.985.3751171250069082364.gitlab.28768.ef37eda5f7d9648a1874f2e3d287714584273e97@listserv.local>
In-Reply-To
<20211223033313.7844-1-porcellis@eletrotupi.com> (view parent)
DKIM signature
missing
Download raw message
This should be closed as I've ended up sending a v3: !28986

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28768#note_204411
Reply to thread Export thread (mbox)