1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-27 13:48:54 +08:00

Removed git repo but kept AUR folder

This commit is contained in:
Caleb Bassi 2018-02-19 18:27:10 -08:00
parent 6cec90513b
commit b26c871e28
2 changed files with 17 additions and 1 deletions

@ -1 +0,0 @@
Subproject commit 3853beecab8d29030a7907e74f9b24a73d1f98e0

17
packages/AUR/PKGBUILD Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop
pkgver=1.0.0
pkgrel=1
pkgdesc="A TUI graphical activity monitor inspired by gtop"
arch=("x86_64")
url="https://github.com/cjbassi/gotop"
license=("AGPLv3")
provides=("gotop")
source=("https://github.com/cjbassi/gotop/releases/download/$pkgver/gotop-linux_amd64.tgz")
md5sums=("SKIP")
package() {
mkdir -p "$pkgdir/usr/bin"
mv $srcdir/gotop $pkgdir/usr/bin
}