summaryrefslogtreecommitdiff
path: root/system/shimmy/APKBUILD
blob: ae675b53be7a88ffeacf18c52e39f9e41f7ca588 (plain) (blame)
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
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=shimmy
pkgver=0.6
pkgrel=0
pkgdesc="Utilities for stricter POSIX conformance"
url="https://code.foxkit.us/adelie/shimmy"
arch="all"
options="!check"  # No test suite.
license="NCSA"
depends=""
subpackages="$pkgname-doc"
replaces="musl-utils"
source="https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.xz"

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="d7c63d0f072cb32800d392ce214cbb9761194c16674a82ea2431fd9a85c4275e0111f166250ac12fd38e205ec9f64c69ea962b5b4a0e140ecef7418b1d2d993e  shimmy-0.6.tar.xz"