You've already forked thehub-aur
Introduce 'flowee-libs' dep
This commit is contained in:
@@ -14,6 +14,7 @@ pkgbase = flowee
|
|||||||
depends = openssl
|
depends = openssl
|
||||||
optdepends = miniupnpc
|
optdepends = miniupnpc
|
||||||
provides = flowee-hub
|
provides = flowee-hub
|
||||||
|
provides = flowee-libs
|
||||||
backup = etc/flowee/flowee.conf
|
backup = etc/flowee/flowee.conf
|
||||||
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.04.1/thehub-2020.04.1.tar.gz
|
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.04.1/thehub-2020.04.1.tar.gz
|
||||||
source = flowee.logrotate
|
source = flowee.logrotate
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ license=('GPL3')
|
|||||||
depends=('boost-libs' 'libevent' 'openssl')
|
depends=('boost-libs' 'libevent' 'openssl')
|
||||||
makedepends=('boost' 'cmake' 'pkgconf')
|
makedepends=('boost' 'cmake' 'pkgconf')
|
||||||
optdepends=('miniupnpc')
|
optdepends=('miniupnpc')
|
||||||
provides=('flowee-hub')
|
provides=('flowee-hub' 'flowee-libs')
|
||||||
backup=("etc/flowee/flowee.conf")
|
backup=("etc/flowee/flowee.conf")
|
||||||
install=flowee.install
|
install=flowee.install
|
||||||
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz"
|
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz"
|
||||||
@@ -29,7 +29,7 @@ build() {
|
|||||||
(cd thehub-$pkgver && patch -p1 -i ../testing_patch.diff)
|
(cd thehub-$pkgver && patch -p1 -i ../testing_patch.diff)
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
|
cmake -Denable_gui=false -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user