summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4c0b30a19d2123d81260298975f36a9d8d53d5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: droserasprout <droserasprout@tuta.io>

pkgname=airdcpp-webclient
pkgver=1.2.0
pkgrel=1
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/airdcpp-web/${pkgname}"
depends=('miniupnpc' 'boost' 'bzip2' 'zlib' 'openssl' 'glibc' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
makedepends=('git' 'make' 'cmake')
options=('!strip')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')

package() {
    cd ${pkgname}
    cmake .
    make
    make install DESTDIR="$pkgdir"
}