removed temporary lines from PKGBUILD

This commit is contained in:
The-EDev 2021-09-22 06:36:08 +03:00
parent ab27164e61
commit 105b90c00a
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: The-EDev <farook@the-e-dev.com>
pkgname=crow
pkgver=1.5+3
pkgver=master
pkgrel=1
pkgdesc="A Fast and Easy to use C++ microframework for the web."
arch=(any)
@ -10,14 +10,12 @@ 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/archive/refs/tags/v$pkgver.tar.gz")
source=("https://github.com/CrowCpp/$pkgname/releases/download/v$pkgver/crow-v$pkgver.tar.gz")
md5sums=('SKIP')
sha256sums=('SKIP')
package() {
echo "installing to \"$pkgdir/usr/include/\""
# pkgghver=$(echo $pkgver | sed 's/+/-/')
mkdir -p "$pkgdir/usr/local/include"
mkdir -p "$pkgdir/usr/local/lib"
cp -r "Crow-$pkgver/include" "$pkgdir/usr/local"