summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ddec0ce71da99086ec722f8d3eeaf1cbfb3487cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Gustavo Chain <gchain@gmail.com>
pkgname=httplab
pkgver=0.3.0
pkgrel=1
pkgdesc="An interactive web server"
arch=(x86_64)
url="http://github.com/gchaincl/httplab"
license=('MIT')
makedepends=('wget')
provides=('httplab')
conflicts=('httplab')
replaces=('httplab')
install=
source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_linux_amd64")
md5sums=(
	'e8b66d189b9d98bcd106318799ab5dfa'
)

package() {
	install -D -s -m755 "httplab" "${pkgdir}/usr/bin/${pkgname}"
}