aboutsummaryrefslogtreecommitdiffstats
path: root/community/astyle/APKBUILD
blob: dc2c9dd59212b36604c90c304f150c44628ed820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=astyle
pkgver=3.1
pkgrel=2
pkgdesc="An automatic code formatter"
options="!check" # No testsuite
url="https://sourceforge.net/projects/astyle/"
arch="all"
license="MIT"
source="https://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz
	fix-ppc64le-build.patch"

builddir="$srcdir/$pkgname"

build() {
	cd build/gcc
	make release
}

package() {
	cd build/gcc
	install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
}

sha512sums="2e8f13d291abda66bbba30174c364c81a81a490e0a21376f7da7cf471644c22caa37b9eefb100d093bf26d1a8bfa9d2f14b4c2a9b75b3cb84428b4514e277ff2  astyle_3.1_linux.tar.gz
ef934980659777d398ee53f20b68f94e06aa8e2c9036dc257adbfbc99b5b45914914011aa34d0015f7d60fa43daed39527ff335fed95c721a85aeb4b2a7675c5  fix-ppc64le-build.patch"