summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a3eea9769fe990ec912c35b101df2df0d067a2dc (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
# Maintainer: Aditya Saligrama <saligrama427@gmail.com>
pkgname=corels
pkgver=1.0
pkgrel=1
pkgdesc="Certifiably Optimal Rule Lists. C-library to build a certifiably optimal rule list from input data and labels."
arch=('i686' 'x86_64')
url="https://github.com/nlarusstone/corels"
license=('GPL')
groups=()
depends=('gsl' 'gmp')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/margoseltzer/corels-homebrew/files/1441466/corels-1.0.tar.gz")
noextract=()
sha256sums=("013fd81472759a4e8f7ae8dec9ce4a9769286d41cd3ff33c5fc9bfb668a70b7d")

build() {
  cd "$pkgname-$pkgver"

  ./configure --prefix=/usr
}

package() {
  cd "$pkgname-$pkgver"

  make DESTDIR="$pkgdir/" install
}