20 lines
562 B
Bash
20 lines
562 B
Bash
# Template file for 'zeroc-mcpp'
|
|
pkgname=zeroc-mcpp
|
|
version=2.7.2.14
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="LIBDIR=lib"
|
|
make_install_args="LIBDIR=lib"
|
|
short_desc="Simplified fork of mcpp from ZeroC, for building ICE"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/zeroc-ice/mcpp"
|
|
distfiles="https://github.com/zeroc-ice/mcpp/archive/v${version}.tar.gz"
|
|
checksum=1a426cf2d513ffd66634384d5445dcce1aac83be1789a56044013eab8ca8ffff
|
|
nostrip=yes
|
|
conflicts=mcpp-devel
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|