summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12fd080857cfb4a6187a012f32703a1e8a5038a0 (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
34
# Maintainer: PanNNN <cool.panjianhao@gmail.com>
pkgname=frame0
pkgver=1.0.0~beta.4
pkgrel=1
pkgdesc="A Balsamiq-alternative wireframming tool for modern apps"
arch=('x86_64')
url="https://frame0.app"
license=('custom')
depends=(
    "gtk3"
    "nss"
    "libnotify"
    "libxtst"
    "xdg-utils"
    "at-spi2-core"
    "libdrm"
    "mesa"
    "libxcb"
    "glib2"
)
optdepends=(
    'pulseaudio'
)
source=("https://files.frame0.app/releases/linux/x64/frame0_${pkgver}_amd64.deb")
sha256sums=('3d5c7078f336e037332afe0ea548d6034df191b99502a18de4018ab130606d45') 

package() {
    cd "${srcdir}"
    # Extract the .deb file
    ar x frame0_${pkgver}_amd64.deb 
    # Extract the data.tar.xz file
    bsdtar -xf data.tar.xz -C "${pkgdir}"
  }