summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9be1266ee3d7db4c5847b48263828650b0a1c213 (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
#Maintainer: Xyne <gro xunilhcra enyx, backwards>
pkgname=bash-statemgr
pkgver=2018
pkgrel=2
pkgdesc='A Bash module for creating generic state/profile managers.'
arch=(any)
license=(GPL)
url="https://xyne.dev/projects/bash-statemgr"
depends=(bash)
optdepends=('zenity: new state creation in Openbox pipe menus generated by obstatemgr')
source=(
  https://xyne.dev/projects/bash-statemgr/src/bash-statemgr-2018.tar.xz
  https://xyne.dev/projects/bash-statemgr/src/bash-statemgr-2018.tar.xz.sig
)
sha512sums=(
  46bbde5808a5b90a2b861ff9f9a1aadacd5f47deae71ce14a80482e754ef2679040140a95128016f894b608ad465f7c09b6fefeb0310751c07deba915750b6bd
  0c3a39c94951bee0e3a52b599ae73868e9e0ff00a70a0fec924464ad1159474cce998b6248a5f458082cd3a80bdd5ee8a5711a622ef108d2e2f4bfc386cce75f
)
md5sums=(
  5bd0eb9000e951630db9a6008f3a2b0a
  1c96f4ac54a704aaa6b0cc0414c22a94
)
validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')

package ()
{
  cd "$srcdir/$pkgname-$pkgver"
  install -Dm644 statemgr "$pkgdir"/usr/share/bash/statemgr
  install -Dm755 obstatemgr "$pkgdir"/usr/bin/obstatemgr
}

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