summarylogtreecommitdiffstats
path: root/PKGBUILD.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.tpl')
-rw-r--r--PKGBUILD.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/PKGBUILD.tpl b/PKGBUILD.tpl
deleted file mode 100644
index 0d1f7609449d..000000000000
--- a/PKGBUILD.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: He Qing <qing@he.email>
-
-pkgname=leapp-bin
-_pkgname=leapp
-pkgver=VERSION
-_pkgdate=20220112
-pkgrel=1
-pkgdesc="Leapp is a Desktop DevTool that handles the management and security of your cloud credentials for you, converted from .deb package"
-arch=("x86_64")
-url="https://www.leapp.cloud/"
-license=('custom')
-depends=('gtk3' 'libxss' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'util-linux-libs' 'libsecret' 'at-spi2-core' 'aws-session-manager-plugin')
-provides=("$_pkgname")
-source=(
- "Leapp_${pkgver}_amd64.deb::https://asset.noovolari.com/${pkgver}/Leapp_${pkgver}_amd64.deb"
-)
-sha512sums=('SHA512SUMS')
-
-package() {
- cd ${srcdir}
- tar -xvf data.tar.xz -C "${pkgdir}"
-}