1 # Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
6 pkgdesc="Simple implementation of msgpack in C"
8 url="https://github.com/libmpack/libmpack"
10 source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
11 sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
14 cd "$srcdir/$pkgname-$pkgver"
20 cd "$srcdir/$pkgname-$pkgver"
22 make DESTDIR="$pkgdir/" PREFIX=/usr install
25 # vim:set ts=2 sw=2 et: