summaryrefslogblamecommitdiff
path: root/system/shimmy/APKBUILD
blob: ab9b55f64aeaa00acefc32ae2550db88c358ec4c (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                  
              
          



                                                  
                                  

              
                          
                     
                                                                                  

         



            


                                      
                                                                                                                                                                
# 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() {
	make
}

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

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