1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
6 pkgdesc='C11 / gnu11 utilities C library'
8 url='https://www.shlomifish.org/open-source/projects/'
12 source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
13 sha256sums=('d87fe1199722b7fa9bd508e135383ff0788fbd7d655cbef9757c23212f8c217b')
16 cmake -B build -S $pkgname-$pkgver \
17 -DCMAKE_INSTALL_PREFIX=/usr \
23 DESTDIR="$pkgdir" cmake --install build
24 install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/