summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 175e591b8c4603664659c1d8eb4fa7aaeb6e5d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by debtap
# Maintainer: AsGreyWolf
# Contributor: AsGreyWolf
pkgname=gapid
pkgver=1.5.0
pkgrel=5
pkgdesc="GAPID is a collection of tools that allows you to inspect, tweak. And replay calls from an application to a graphics driver."
arch=('x86_64')
url="https://github.com/google/gapid"
license=('apache')
groups=('')
depends=('java-runtime' 'libglvnd' 'libx11')
options=('!strip' '!emptydirs')
source_x86_64=('https://github.com/google/gapid/releases/download/v1.5.0/gapid-1.5.0-linux.deb')
sha512sums_x86_64=('13f763c2999ede9cc2ec5f483ff5fc67b0f5c9a19c476d41ac6fbb55922af37250af4ff0e241a64d0c06fc95c748cfa9ce987724a68bbb225e5c7becce1fa618')

package(){
	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
}