You've already forked thehub-aur
new version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = flowee
|
pkgbase = flowee
|
||||||
pkgdesc = Flowee Bitcoin products
|
pkgdesc = Flowee Bitcoin products
|
||||||
pkgver = 2019.10.1
|
pkgver = 2020.02.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://flowee.org/
|
url = https://flowee.org/
|
||||||
install = flowee.install
|
install = flowee.install
|
||||||
@@ -16,11 +16,11 @@ pkgbase = flowee
|
|||||||
depends = openssl
|
depends = openssl
|
||||||
provides = flowee-hub
|
provides = flowee-hub
|
||||||
backup = etc/flowee/flowee.conf
|
backup = etc/flowee/flowee.conf
|
||||||
source = git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.10
|
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.02.1/thehub-2020.02.1.tar.gz
|
||||||
source = flowee.logrotate
|
source = flowee.logrotate
|
||||||
source = flowee.conf
|
source = flowee.conf
|
||||||
source = logs.conf
|
source = logs.conf
|
||||||
sha256sums = SKIP
|
sha256sums = 7038635181f490babd723d33864e8a07287b8569bdefe9db4130703599beae36
|
||||||
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
|
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
|
||||||
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
|
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
|
||||||
sha256sums = 784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc
|
sha256sums = 784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Tom Zander
|
# Maintainer: Tom Zander
|
||||||
|
|
||||||
pkgname=flowee
|
pkgname=flowee
|
||||||
pkgver=2019.10.1
|
pkgver=2020.02.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Flowee Bitcoin products"
|
pkgdesc="Flowee Bitcoin products"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -12,12 +12,12 @@ makedepends=('boost' 'cmake' 'autoconf' 'automake' 'pkgconf')
|
|||||||
provides=('flowee-hub')
|
provides=('flowee-hub')
|
||||||
backup=("etc/flowee/flowee.conf")
|
backup=("etc/flowee/flowee.conf")
|
||||||
install=flowee.install
|
install=flowee.install
|
||||||
source=("git+https://gitlab.com/FloweeTheHub/thehub.git#branch=2019.10"
|
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.02.1/thehub-$pkgver.tar.gz"
|
||||||
"flowee.logrotate"
|
"flowee.logrotate"
|
||||||
"flowee.conf"
|
"flowee.conf"
|
||||||
"logs.conf")
|
"logs.conf")
|
||||||
|
|
||||||
sha256sums=('SKIP'
|
sha256sums=("7038635181f490babd723d33864e8a07287b8569bdefe9db4130703599beae36"
|
||||||
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
|
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
|
||||||
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
|
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
|
||||||
"784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc")
|
"784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc")
|
||||||
@@ -25,7 +25,7 @@ sha256sums=('SKIP'
|
|||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub
|
cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
|
||||||
make -j1 univalue leveldb
|
make -j1 univalue leveldb
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
@@ -44,7 +44,7 @@ package() {
|
|||||||
mv etc/flowee/flowee.conf etc/flowee/flowee-example.conf
|
mv etc/flowee/flowee.conf etc/flowee/flowee-example.conf
|
||||||
install -Dm 664 "$srcdir/flowee.conf" -t "$pkgdir/etc/flowee"
|
install -Dm 664 "$srcdir/flowee.conf" -t "$pkgdir/etc/flowee"
|
||||||
install -Dm 664 "$srcdir/logs.conf" -t "$pkgdir/etc/flowee"
|
install -Dm 664 "$srcdir/logs.conf" -t "$pkgdir/etc/flowee"
|
||||||
install -Dm 644 "$srcdir/thehub/support/thehub.service" -t "$pkgdir/usr/lib/systemd/system"
|
install -Dm 644 "$srcdir/thehub-$pkgver/support/thehub.service" -t "$pkgdir/usr/lib/systemd/system"
|
||||||
install -Dm 644 "$srcdir/thehub/support/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
|
install -Dm 644 "$srcdir/thehub-$pkgver/support/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
|
||||||
install -Dm 664 "$srcdir/thehub/support/indexer.conf" -t "$pkgdir/etc/flowee"
|
install -Dm 664 "$srcdir/thehub-$pkgver/support/indexer.conf" -t "$pkgdir/etc/flowee"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user