1.0.0
This commit is contained in:
commit
30e00f2069
3 changed files with 34 additions and 0 deletions
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue