craftpinger-aur/PKGBUILD
2025-12-24 21:33:50 -08:00

20 lines
734 B
Bash

# Maintainer: jhalfsharp
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=craftpinger-bin
pkgver=1.0.0
pkgrel=1
pkgdesc="A command-line program to see if any Minecraft servers have players online."
url="https://git.linuxposting.xyz/jhalfsharp/craftpinger"
license=("MIT")
arch=("x86_64")
provides=("craftpinger")
conflicts=("craftpinger")
source=("https://git.linuxposting.xyz/jhalfsharp/craftpinger/releases/download/v$pkgver/craftpinger-$pkgver-x86_64.tar.gz")
sha256sums=("3fd143fca2e73746ef87aa45a48407acfb38857f53fb3de6d3bff9d6a22079b0")
package() {
install -Dm755 craftpinger -t "$pkgdir/usr/bin"
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}