summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32eac931563a2819942c15e1e0a35e600a435070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: jonah <me@jon4hz.io>

pkgname='gmotd-bin'
pkgver=0.1.0
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.1.0/gmotd-v0.1.0-linux-amd64.tar.gz")
sha256sums_x86_64=('b7df3b57e628ac93b736b52e09ca39228f7b1fca160d5d3e3b992e7ab894fb51')

package() {
  # bin
  install -Dm755 "./gmotd" "${pkgdir}/usr/bin/gmotd"
  # license
  install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/gmotd/LICENSE"
}