Skip to content
Snippets Groups Projects
Verified Commit 11313b35 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/shimmy: new package

parent f43747cb
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=shimmy
pkgver=0.3
pkgrel=0
pkgdesc="Utilities for stricter POSIX conformance"
url="https://code.foxkit.us/adelie/shimmy"
arch="all"
license="NCSA"
depends=""
makedepends=""
subpackages="$pkgname-doc"
options="!check"
source="https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.bz2"
replaces="musl-utils"
builddir="$srcdir/shimmy-$pkgver"
build() {
cd "$builddir"
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="7c2615264d20657845cb0c3c6660dc1640dd6ff1a6eb36a323ba1a409f9965310df4c95efb04ebb4d6ac1f2413af4e5dd302b6921bf1a5ea769538223f000d24 shimmy-0.3.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment