summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 50dd6300bed9af415b23b8308ae472c36b745383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: nightsense <nightsense at protonmail dot ch>

pkgname=pacping
pkgver=2.0
pkgrel=1
pkgdesc="Compare response times of Arch Linux mirrors"
arch=('any')
url="https://github.com/nightsense/pacping"
license=('GPL3')
source=("https://github.com/nightsense/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('58ac29ad913c58e3d2cef39ac18da57f7a424af791fce6c0c07d6a5e15a39287')

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    install -D -m 755 pacping "${pkgdir}/usr/bin/pacping"
}