# Maintainer: Evan Burkey pkgname=epochcli pkgver=1.0.4 pkgrel=4 epoch= pkgdesc="Updater and launcher for Project Epoch" arch=('x86_64') url="https://git.burkey.co/eburk/epochcli" license=('ISC') makedepends=('go>=1.24.0') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() source=("git+https://git.burkey.co/eburk/epochcli#commit=970d8c654fb789271be22e0ec5da52e9837a0dcf") noextract=() sha256sums=("SKIP") build() { pushd epochcli go build } package() { pushd epochcli install -v -D -m0755 epochcli ${pkgdir}/usr/bin/epochcli }