summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d9032efba2718f4fa3c3ada95e53e9711e2f9d1d (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.4.0
pkgrel=1
pkgdesc="The interactive web server"
arch=(x86_64)
url="http://github.com/gchaincl/httplab"
license=('MIT')
makedepends=('wget' 'tar' 'gzip')
provides=('httplab')
conflicts=('httplab')
replaces=('httplab')
install=
source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_{$pkgver}_linux_amd64.tar.gz")
md5sums=(
	'0b00487b6d52c67713170dc3fa868a08'
)

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