summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60b2c8af8b35be75f6800ff61caf871aacf456c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Stanisław Jasiewicz <stjasiewicz@protonmail.com>
pkgname=netparty-git
pkgver=1.0
pkgrel=1
pkgdesc="A tool for hassle-free LAN parties over the Internet"
arch=('any')
url="https://gitlab.com/Taro94/netparty"
license=('GPL')
depends=('wireguard-tools' 'iproute2')
makedepends=('git')
source=("git+https://gitlab.com/Taro94/netparty.git")
md5sums=('SKIP')
options=(!strip)

package() {
    cd "$srcdir"
    install -Dm 755 "netparty/netparty.sh" "$pkgdir/usr/bin/netparty"
}