aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: da184950a269f57e64d0fdab7073412c36387278 (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.2
pkgrel=2
pkgdesc="A TOMPHTTP compliant server written in Go"
url="https://github.com/tomphttp/bare-server-go"
arch=('x86_64')
license=('GPL3')
# the source is an artifact from the CI
source=("https://github.com/tomphttp/bare-server-go/raw/main/bin/bare-server-go")
sha256sums=('1147590f69193251cb4a018d419927233275946c3c3a50b4d5dd42fcbf07423e')
package() {
    install -d "${pkgdir}/usr/bin"
    install -Dm755 "${srcdir}/bare-server-go" "${pkgdir}/usr/bin/bare-server-go"
}