aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 37fc3ea808d5ed4dd2aadfd11c512d959a1c5cfb (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.3
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=('016373056bcede319cddf9942b5f0f46dd14998038bad6caca808f07ad97cb99')
package() {
    install -d "${pkgdir}/usr/bin"
    install -Dm755 "${srcdir}/bare-server-go" "${pkgdir}/usr/bin/bare-server-go"
}