You've already forked thehub-aur
New version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = flowee
|
pkgbase = flowee
|
||||||
pkgdesc = Flowee provides the shortest path to Bitcoin Cash
|
pkgdesc = Flowee provides the shortest path to Bitcoin Cash
|
||||||
pkgver = 2021.03.1
|
pkgver = 2021.04.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://flowee.org/
|
url = https://flowee.org/
|
||||||
install = flowee.install
|
install = flowee.install
|
||||||
@@ -18,10 +18,10 @@ pkgbase = flowee
|
|||||||
provides = flowee-libs
|
provides = flowee-libs
|
||||||
backup = etc/flowee/flowee.conf
|
backup = etc/flowee/flowee.conf
|
||||||
backup = etc/flowee/rest-service.conf
|
backup = etc/flowee/rest-service.conf
|
||||||
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2021.03.1/thehub-2021.03.1.tar.gz
|
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2021.04.0/thehub-2021.04.0.tar.gz
|
||||||
source = flowee.logrotate
|
source = flowee.logrotate
|
||||||
source = flowee.conf
|
source = flowee.conf
|
||||||
sha256sums = 0df651b2083f45220514a53a3a70a8ca0ae1b8cb00748c47072632765766f97e
|
sha256sums = 96595030e655f3a1103cdf4e63818497e4fd033e303124a9e0fec06298351c06
|
||||||
sha256sums = 0438e1a44523aeb3bbecd60fd920ca7b2aacd267b5cf988ab77a44eb7c03929e
|
sha256sums = 0438e1a44523aeb3bbecd60fd920ca7b2aacd267b5cf988ab77a44eb7c03929e
|
||||||
sha256sums = 59c1928ddb33fed1d4bf35df8fecd1dbdda0b308eac943503a2e3afb8c64bc89
|
sha256sums = 59c1928ddb33fed1d4bf35df8fecd1dbdda0b308eac943503a2e3afb8c64bc89
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Tom Zander
|
# Maintainer: Tom Zander
|
||||||
|
|
||||||
pkgname=flowee
|
pkgname=flowee
|
||||||
pkgver=2021.03.1
|
pkgver=2021.04.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Flowee provides the shortest path to Bitcoin Cash"
|
pkgdesc="Flowee provides the shortest path to Bitcoin Cash"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
@@ -17,22 +17,19 @@ source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver
|
|||||||
"flowee.logrotate"
|
"flowee.logrotate"
|
||||||
"flowee.conf")
|
"flowee.conf")
|
||||||
|
|
||||||
sha256sums=("0df651b2083f45220514a53a3a70a8ca0ae1b8cb00748c47072632765766f97e"
|
sha256sums=("96595030e655f3a1103cdf4e63818497e4fd033e303124a9e0fec06298351c06"
|
||||||
"0438e1a44523aeb3bbecd60fd920ca7b2aacd267b5cf988ab77a44eb7c03929e"
|
"0438e1a44523aeb3bbecd60fd920ca7b2aacd267b5cf988ab77a44eb7c03929e"
|
||||||
"59c1928ddb33fed1d4bf35df8fecd1dbdda0b308eac943503a2e3afb8c64bc89")
|
"59c1928ddb33fed1d4bf35df8fecd1dbdda0b308eac943503a2e3afb8c64bc89")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -Denable_gui=false -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
|
cmake -Denable_gui=false -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
|
||||||
|
echo '#define GIT_COMMIT_ID "58ac5a536"' > include/build.h
|
||||||
|
echo '#define BUILD_DATE "2021-05-04 21:09:54 +0200"' >> include/build.h
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
|
||||||
cd build/testing
|
|
||||||
make check
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd build
|
cd build
|
||||||
make install
|
make install
|
||||||
|
|||||||
Reference in New Issue
Block a user