summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 48ba8561bbfe23d2fa98d34db4958c6b281491a0 (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
35
36
37
38
39
40
41
42
# Maintainer: Andrew Anderson <andersan@tcd.ie>

pkgname=libflyte
pkgver=0.1
pkgrel=1
pkgdesc="C++ library implementing multibyte floating point (flyte)"
arch=('x86_64')
license=('BSD')
url=("https://bitbucket.org/flytes/libflyte")
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://bitbucket.org/flytes/libflyte/get/v0.1.tar.bz2")
md5sums=(SKIP)
sha1sums=(SKIP)
sha256sums=(SKIP)
sha512sums=(SKIP)

prepare() {
  /bin/true
}

build() {
  /bin/true
}

check() {
  /bin/true
}

package() {
  make DESTDIR=$pkgdir -C *libflyte* install
}