aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ef235e13274132b801b92c2a95d197ee978d94f5 (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
# Maintainer: Julian Flake <flake at uni-koblenz dot de>
# Previous Maintainer: Thomas Jost <schnouki at schnouki dot net>

pkgname=pia-bin
pkgver=2.2.1
pkgrel=1
pkgdesc="A tool that aims to help data controllers build and demonstrate compliance to the GDPR. Developped by the French CNIL."
arch=('x86_64')
url="https://www.cnil.fr/fr/node/23992"
license=('GPL')
depends=('fuse' 'zlib')
options=('!strip')
source=("https://github.com/LINCnil/pia-app/releases/download/v${pkgver}/PIA-${pkgver}.AppImage"
        "pia-bin.png::https://github.com/LINCnil/pia-app/raw/master/icons/128x128.png"
        "pia-bin.desktop")
#md5sums=('7fd9f7253a6e8073653e6cf86ce45f70'
#         'fb5d79b7c5adc7836a17657f06b8aadc'
#         '8178820ff951b19a7e9b6bb10a0f8062')
sha256sums=('e30404744759b82fba6b95ba9f36f4b81d3928961c179de14d52cd8749895592'
            '70b5b9d4f58be2c3601aa06a9793e4e57067a644cc5c4c54605b73c652031330'
            'ddf3ff71ceb6be91af9b1856e593fa9bcba05d575beb20d1946d63dd7df51c9e')

package() {
  cd "$srcdir"
  install -Dm644 pia-bin.desktop "$pkgdir/usr/share/applications/pia-bin.desktop"
  install -Dm644 pia-bin.png "$pkgdir/usr/share/pixmaps/pia-bin.png"
  install -Dm755 "PIA-${pkgver}.AppImage" "$pkgdir/usr/bin/PIA"
}