# Contributor: A. Wilcox # Maintainer: A. Wilcox 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() { make } package() { make DESTDIR="$pkgdir" install } sha512sums="d7c63d0f072cb32800d392ce214cbb9761194c16674a82ea2431fd9a85c4275e0111f166250ac12fd38e205ec9f64c69ea962b5b4a0e140ecef7418b1d2d993e shimmy-0.6.tar.xz"