# Maintainer: XandrCopyrighted pkgname="xfetch-bin" pkgver=2.0.0 pkgrel=1 pkgdesc="A simple fetch written in Rust." arch=('any') url="https://github.com/XandrCopyrighted/xFetch/" license=('MIT') source=( "https://github.com/XandrCopyrighted/xFetch/releases/download/3.1/xfetch" "https://raw.githubusercontent.com/XandrCopyrighted/xFetch/main/LICENSE" ) sha256sums=( 'SKIP' 'SKIP' ) depends=("coreutils") makedepends=() conflicts=("xfetch") package() { cd "$srcdir/" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/xfetch/LICENSE" install -Dm755 xfetch "${pkgdir}/usr/bin/xfetch" }