summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0f20834c64753879eda84a051f9a6d3a1764c01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Greg Greenaae <ggreenaae@gmail.com>
pkgname=beersmith2
pkgver=2.3.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=(x86_64)
url="http://www.beersmith.com"
license=('unknown')
depends=(webkit2gtk)
source_x86_64=("http://s3.amazonaws.com/beersmith2-3/BeerSmith-2.3.12_amd64.deb")
md5sums_x86_64=('b45e81e8187879820c0a2c6fdf75894e')

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

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