# Maintainer: Jaime Martínez Rincón pkgname=httptoolkit pkgver=v0.1.17 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=() 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 {} + }