# Maintainer: Jonathan Apodaca pkgname=just-bin pkgver=1.38.0 pkgrel=1 epoch=1 pkgdesc="just is a handy way to save and run project-specific commands." arch=(amd64) url="https://just.systems/" license=('CC0-1.0') depends=() extensions=('zipman') makedepends=(gzip) source=( "https://github.com/casey/just/releases/download/$pkgver/just-$pkgver-x86_64-unknown-linux-musl.tar.gz" ) sha256sums=('c803e67fd7b0af01667bd537197bc3df319938eacf9e8d51a441c71d03035bb5') validpgpkeys=() build() { gzip -f just.1 } package() { install -D just "$pkgdir/usr/bin/just" install -D just.1.gz "$pkgdir/usr/share/man/man1/just.1.gz" }