summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 649a0fabcc922882e93474e0f2aab30e3a0a34dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
pkgver=24.6.0
pkgrel=1
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
url="https://hoppscotch.io/"
license=('MIT')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/hoppscotch/releases/releases/download/v${pkgver}-${pkgrel}/Hoppscotch_linux_x64.deb")
sha512sums_x86_64=('a9a36f483a436c5766564460e1737d7816b34c0722ec9de3cc330adfdb1f108e189bce4b250c77c4d4ace494e67f0c9ad526fd498aa782a95251d0c015efca47')

package(){

	# Extract package data
	tar -xz -f data.tar.gz -C "${pkgdir}"

}