summaryrefslogtreecommitdiff
path: root/pcr/guile-json/PKGBUILD
blob: 1d3e45dfc18d95291f512a6ff47b746a13084f2e (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
# Maintainer (AUR): holos
# Contributor (AUR): tantalum

# parabola changes and rationale:
#  no changes.

pkgname=guile-json
pkgrel=1
pkgver=3.1.0
pkgdesc='JSON module for Guile'
url="https://github.com/aconchillo/guile-json"
arch=('any')
license=('LGPL')
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('e303d0db3f34ac515b8f61db8ed35be8b6c5014d7ab4a5a8ef9b44723ed3d8f9')

build() {
  cd "$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
}

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