# Maintainer: Jaime Martínez Rincón pkgname=httptoolkit pkgver=0.1.16 pkgrel=2 pkgdesc="Beautiful, cross-platform & open-source HTTP(S) proxy, analyzer and client." arch=("x86_64") url="https://httptoolkit.tech/" license=('GPL3') depends=() makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v${pkgver}/httptoolkit_${pkgver}_amd64.deb") noextract=() md5sums=('466c32194e57799983e2bb12e0db3b18') validpgpkeys=() package() { # Extract package fs from deb bsdtar -O -xf "httptoolkit_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf - # Set all directories to 755 mode find "${pkgdir}" -type d -exec chmod 755 {} + }