# Maintainer: The-EDev pkgname=crow pkgver=1.0+4 pkgrel=2 pkgdesc="A Fast and Easy to use C++ microframework for the web." arch=(any) url="https://crowcpp.org" license=('custom:BSD-3-Clause') depends=('boost>=1.64.0') optdepends=('openssl: HTTPS support' 'zlib: HTTP compression support' 'cmake: Choose this if you plan on using CMake for your Crow project') conflicts=("$pkgname-git") changelog='changelog.md' source=("https://github.com/CrowCpp/$pkgname/releases/download/v$pkgver/crow-v$pkgver.tar.gz") md5sums=('21e635572f5e7fff1ccf432d192cbf34') sha256sums=('66c0bb613dd37dc57995cbbdae22626221124d05483bf1bda0bb3c2efc802376') package() { echo "installing to \"$pkgdir/usr/local/\"" mkdir -p "$pkgdir/usr/local/include" mkdir -p "$pkgdir/usr/local/lib" cp -r "include" "$pkgdir/usr/local" cp -r "lib" "$pkgdir/usr/local" }