From 8af50c279d7c2958c91f6ea49ba049ce8483cd66 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 19 Jul 2020 20:31:36 +0000 Subject: user/astyle: New package --- user/astyle/APKBUILD | 31 +++++++++++++++++++++++++++++++ user/astyle/limits.patch | 12 ++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 user/astyle/APKBUILD create mode 100644 user/astyle/limits.patch diff --git a/user/astyle/APKBUILD b/user/astyle/APKBUILD new file mode 100644 index 000000000..0fbdf7387 --- /dev/null +++ b/user/astyle/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=astyle +pkgver=3.1 +pkgrel=0 +pkgdesc="Automatic code formatting library" +url="http://astyle.sourceforge.net/" +arch="all" +options="!check" # No test suite. +license="MIT" +depends="" +makedepends="" +subpackages="$pkgname-dev" +source="https://downloads.sourceforge.net/astyle/astyle_${pkgver}_linux.tar.gz + limits.patch + " +builddir="$srcdir"/$pkgname + +build() { + make -C build/gcc shared +} + +package() { + mkdir -p "$pkgdir"/usr/lib + install -D -m644 build/gcc/bin/libastyle.so* "$pkgdir"/usr/lib/ + _soname=$(ls build/gcc/bin) + ln -s $_soname "$pkgdir"/usr/lib/libastyle.so +} + +sha512sums="2e8f13d291abda66bbba30174c364c81a81a490e0a21376f7da7cf471644c22caa37b9eefb100d093bf26d1a8bfa9d2f14b4c2a9b75b3cb84428b4514e277ff2 astyle_3.1_linux.tar.gz +a5bc2d90cbd803219e7a5ff4078ff07ffec407eb31b7694aca089bd4884b8a9e63568974e7583a6981bca78c3ed5a34710fff2c2193f80c972ba5d9dde0f06d0 limits.patch" diff --git a/user/astyle/limits.patch b/user/astyle/limits.patch new file mode 100644 index 000000000..9853819f4 --- /dev/null +++ b/user/astyle/limits.patch @@ -0,0 +1,12 @@ +PATH_MAX is not defined unless we pull in on musl. + +--- astyle/src/astyle_main.cpp.old 2018-01-11 17:18:19.000000000 +0000 ++++ astyle/src/astyle_main.cpp 2020-07-19 20:23:56.774222078 +0000 +@@ -37,6 +37,7 @@ + + #include + #include ++#include + #include // needed by some compilers + #include + #include -- cgit v1.2.3-60-g2f50