From b2e2beacb8db9f1394b3d73bcd8d23d97bb44dd7 Mon Sep 17 00:00:00 2001 From: Alexander-Huang <42209822+Alexander-Huang@users.noreply.github.com> Date: Sat, 1 May 2021 15:39:21 +0800 Subject: [PATCH] Delete pkgbuild/lazygit directory --- pkgbuild/lazygit/PKGBUILD | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 pkgbuild/lazygit/PKGBUILD diff --git a/pkgbuild/lazygit/PKGBUILD b/pkgbuild/lazygit/PKGBUILD deleted file mode 100755 index 855b43f..0000000 --- a/pkgbuild/lazygit/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -#examine=v -pkgname=lazygit -pkgver=v0.28.1 -pkgrel=1 -pkgdesc="A simple terminal UI for git commands" -arch=("x86_64") -url="https://github.com/jesseduffield/lazygit" -_url="https://github.com/jesseduffield/lazygit" -license=("MIT") -depends=("git" "glibc") -source=("https://github.com/jesseduffield/lazygit/releases/download/${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz") -md5sums=("SKIP") - -package () { -cd $srcdir/ -mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/licenses/lazygit -cp -r lazygit $pkgdir/usr/bin -cp -r LICENSE $pkgdir/usr/share/licenses/lazygit -}