summaryrefslogtreecommitdiff
path: root/charles-bin/PKGBUILD
blob: 62d03bf41e1afdec08010ecb053c500e2efa31a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Erich Eckner <arch at eckner dot net>
# Contributor: Nico <d3sox at protonmail dot com>
pkgname=charles-bin
pkgver=4.6.5
pkgrel=4
pkgdesc="Web debugging proxy application (Built using the deb package)"
arch=('x86_64')
url="https://www.charlesproxy.com"
license=('custom')
makedepends=('tar' 'xz')
conflicts=('charles')
provides=('charles')
_pinned_dependencies=(
  'glibc>=2.33'
  'libasound.so=2'
  'libfontconfig.so=1'
  'libfreetype.so=6'
  'libx11=1.8.9'
  'libxext=1.3.6'
  'libxi=1.8.1'
  'libxrender=0.9.11'
  'libxtst=1.2.4'
  'libz.so=1'
)
depends=('hicolor-icon-theme' "${_pinned_dependencies[@]}")
source=(https://www.charlesproxy.com/packages/apt/pool/main/c/charles-proxy/charles-proxy_${pkgver}_amd64.deb)
sha512sums=('35349789356762c6da945a47ef24dbaa275654d0b1d02bf3c122d7a65a9c783eba10cac8ac0df62a9a2d5290f4fe6ac4bf057584463066cde06d3835c3076af9')

package() {
    cd "${pkgdir}"
    # this extracts all into the pkgdir
    tar xf "${srcdir}/data.tar.xz"
}