# This file was generated by GoReleaser. DO NOT EDIT. # Maintainer: jonah pkgname='gmotd-bin' pkgver=0.2.1 pkgrel=1 pkgdesc='a configurable, dynamic motd generator' url='https://jon4hz.io' arch=('x86_64') license=('MIT') provides=('gmotd') conflicts=('gmotd') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/gmotd/releases/download/v0.2.1/gmotd-v0.2.1-linux-amd64.tar.gz") sha256sums_x86_64=('363f75fc6b071006e5a9fd2fa59178f6e2b035a9434a967e6b212c3f0f0309fc') package() { # bin install -Dm755 "./gmotd" "${pkgdir}/usr/bin/gmotd" # license install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/gmotd/LICENSE" }