summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f610a0278b51a34a718d74559fa054e1c8fc652 (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
35
36
37
38
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
pkgname=ottools
pkgver=2013.3
pkgrel=2
pkgdesc='Tools for encrypting files with one-time pads.'
arch=(i686 x86_64)
license=(GPL)
url="https://xyne.dev/projects/ottools"
replaces=(otsplit)
conflicts=(otsplit)
provides=(otsplit)
source=(
  https://xyne.dev/projects/ottools/src/ottools-2013.3.tar.xz
  https://xyne.dev/projects/ottools/src/ottools-2013.3.tar.xz.sig
)
sha512sums=(
  cdbce6f96072ed6bca9aaceb7198bb4a455be9e72e657cbe6965b23890178a0f32059fba22d3975a9ec52db44fab2feb134fef6326189118c04773ae366c6ab0
  73d6e3bebea0faac3eab7f99a1c6ba09e4c174d54f29f0b3fb1693d073dfd6bcac1f9d0a6bfcfa5ff8229c26e6ee03b5a69caa0a6f7f55044ec745c02f9757dd
)
md5sums=(
  c338e362d2603424f753819c2ac84c16
  497a16050e0759bb6b432633db9074ee
)
validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')

build ()
{
  cd -- "$srcdir/$pkgname-$pkgver"
  make
}

package ()
{
  cd -- "$srcdir/$pkgname-$pkgver"
  make prefix=/usr DESTDIR="$pkgdir" install
}

# vim: set ts=2 sw=2 et: