aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 052531fb6c107884d77f17e59b5380dcea42a694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: MotorTruck1221 motortruck1221@protonmail.com

pkgname=bare-server-go
pkgver=0.0.1
pkgrel=1
pkgdesc="A TOMPHTTP compliant server written in Go"
url="https://github.com/ruby-network/bare-server-go"
arch=('x86_64')
license=('AGPL3')
# the source is an artifact from the CI
source=("https://github.com/Ruby-Network/bare-server-go/raw/main/bin/bare-server-go")
sha256sums=('SKIP')
package() {
    install -d "${pkgdir}/usr/bin"
    install -Dm755 "${srcdir}/bare-server" "${pkgdir}/usr/bin/bare-server-go"
}