diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 04:23:28 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 04:23:28 +0000 |
commit | 04ffcaf1a02bf04e294a34212f8607af30268df9 (patch) | |
tree | 778c3f24abf968c53eebf938bfbe1e0e3d6b69df /user | |
parent | f5d729126a44790f035b7b23efc85ff0e9c0007c (diff) | |
download | packages-04ffcaf1a02bf04e294a34212f8607af30268df9.tar.gz packages-04ffcaf1a02bf04e294a34212f8607af30268df9.tar.bz2 packages-04ffcaf1a02bf04e294a34212f8607af30268df9.tar.xz packages-04ffcaf1a02bf04e294a34212f8607af30268df9.zip |
system/musl-locales: move from user/, update
Diffstat (limited to 'user')
-rw-r--r-- | user/musl-locales/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/user/musl-locales/APKBUILD b/user/musl-locales/APKBUILD deleted file mode 100644 index 9bbf0c49b..000000000 --- a/user/musl-locales/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Alyx <alyx@leuhta.com> -# Maintainer: Alyx <alyx@leuhta.com> -pkgname=musl-locales -pkgver=0.20190626 -pkgrel=0 -pkgdesc="Locale program for musl" -url="https://gitlab.com/rilian-la-te/musl-locales" -arch="all" -options="!check" # No test suite. -license="MIT" -depends="" -makedepends="cmake make gettext-tiny-dev" -subpackages="$pkgname-lang" -source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname" - -build() { - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - . - make -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="f65381b6eec64e69e649dacd3a3f75e74d9236164a1277bd2493afb3cb469049bee026d590a7207413b4d92675f877d1d8d3b16c58840a6e15a81638a2f731f2 musl-locales-0.20190626.tar.gz" |