# Maintainer: andrew_ryan <dnrops@outlook.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=asu-bin
pkgver=0.1.7
pkgrel=1
pkgdesc="Archlinux pacman set the fastest mirror source"
url="https://dnrops.gitee.io"
license=("Apache-2.0")
arch=("x86_64")
provides=("asu")
conflicts=("asu")

source=("https://gitlab.com/andrew_ryan/asu/-/raw/main/asu-bin-0.1.7-1-x86_64.pkg.tar.zst")
sha256sums=("SKIP")

package() {
    install -Dm755 asu -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
