summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8d45ad92b355cdf1e7f68e7328cc420eed057e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Greg Greenaae <ggreenaae@gmail.com>
pkgname=beersmith2
pkgver=2.2.12
pkgrel=1
pkgdesc="BeerSmith features graphical recipe design, over a dozen standalone brewing tools, a beer style guide, inventory management, calendar and integrated shopping list."
arch=(i686 x86_64)
url="http://www.beersmith.com"
license=('unknown')
depends=(libpng12 webkitgtk2)
source_i686=("https://s3.amazonaws.com/BeerSmith2-2/BeerSmith-2.2.12.deb")
source_x86_64=("https://s3.amazonaws.com/BeerSmith2-2/BeerSmith-2.2.12_amd64.deb")
md5sums_i386=('94b3e36a264fb36b2547dfb85da1a3ad')
md5sums_x86_64=('f23b2a4d64bed4e6edb2c9d33f605a85')

package() {
  msg2 "Extracting the data.tar.gz..."
  tar -zxvf data.tar.gz -C "$pkgdir/"

  msg2 "Removing unnecessities (e.g. etc)..."
  rm -r "$pkgdir"/etc
}