contrib/capnproto/Pkgfile

19 lines
383 B
Plaintext
Raw Normal View History

2019-03-19 03:31:56 +01:00
# Description: data interchange format and capability-based RPC system
# URL: https://capnproto.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=capnproto
2020-05-25 21:08:09 +02:00
version=0.8.0
2019-03-19 03:31:56 +01:00
release=1
source=(https://capnproto.org/capnproto-c++-${version}.tar.gz)
build() {
2020-05-25 21:08:09 +02:00
cd $name-c++-$version
2019-03-19 03:31:56 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}