Remove PKGBUILD (will be in AUR instead)
This commit is contained in:
parent
de1e87286b
commit
55c749c131
1 changed files with 0 additions and 22 deletions
22
PKGBUILD
22
PKGBUILD
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue