Remove PKGBUILD (will be in AUR instead)

This commit is contained in:
nea 2022-10-02 17:25:02 +02:00
parent de1e87286b
commit 55c749c131
No known key found for this signature in database
GPG key ID: AA563E93EB628D91

View file

@ -1,22 +0,0 @@
pkgbase=neowofetch-git
pkgname=$pkgbase
pkgver=r539.084603b
pkgrel=1
depends=(go)
arch=(x86_64)
source=("git+https://github.com/exhq/neOWOfetch.git")
sha256sums=('SKIP')
pkgver() {
cd $srcdir/neOWOfetch
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd $srcdir/neOWOfetch
go build go.main
}
package() {
install -Dm755 $srcdir/neOWOfetch/neowofetch $pkgdir/usr/bin/neowofetch
}