summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64547dc7afd85b5b69c6875fa96ed204b29887bc (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
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>

pkgname=fawkes-bin
pkgver=1.0
pkgrel=1
pkgdesc="Image cloaking tool for personal privacy"
arch=('x86_64')
url="https://sandlab.cs.uchicago.edu/fawkes/"
license=('BSD')
depends=('zlib')
provides=('fawkes')
conflicts=('fawkes')
source=("LICENSE::https://raw.githubusercontent.com/Shawn-Shan/fawkes/master/LICENSE")
source_x86_64=("https://mirror.cs.uchicago.edu/fawkes/files/$pkgver/fawkes_binary_linux-v$pkgver.zip")
sha256sums=('SKIP')
sha256sums_x86_64=('ff74e9fa671b0d3e0fe2a749d2aed9a5cb86298a2546915b5a199669fc5e88b7')


package() {
  cd "$srcdir"

  install -Dm755 "protection" -t "$pkgdir/usr/bin"
  install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/fawkes"
}