summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 66e1686cf152bb2f9e13b7445fb3580df89db9f2 (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.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"
}