summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f3abf4ee25f13fb5742451fdc673058365ca958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: afm0901x <tounghacker@gmail.com>

_pkgname="playit"
pkgname="${_pkgname}-bin"
pkgver=0.4.7
pkgrel=1
pkgdesc="A tunneling tool so you can host a game server at home without port forwarding or sharing your public IP."
arch=("x86_64")
url="https://playit.gg"
license=("custom")
provides=("${_pkgname}")
source=("${_pkgname}-${pkgver}::https://playit.gg/downloads/playit-linux_64-${pkgver}")
sha256sums=("SKIP")

package() {
	install -Dm755 ${srcdir}/${_pkgname}-${pkgver} ${pkgdir}/usr/bin/${_pkgname}
}