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 -}