Skip to content

Commit

Permalink
Merge branch 'testing' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Nov 3, 2023
2 parents ae581ca + 02d86d2 commit 2714f50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions package/whiteboard-hypercard/package
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
#!/usr/bin/env bash
# Copyright (c) 2021 The Toltec Contributors
# Copyright (c) 2023 The Toltec Contributors
# SPDX-License-Identifier: MIT

pkgnames=(whiteboard-hypercard)
pkgdesc="Real-time collaboration, drawing or whiteboarding"
url=https://github.com/fenollp/reMarkable-tools
pkgver=0.3.4-1
timestamp=2021-10-25T15:45Z
pkgver=0.3.7-1
timestamp=2023-10-11T12:57Z
section="drawing"
maintainer="Pierre Fenoll <[email protected]>"
license=Apache-2.0
license=CC-BY-NC-ND
installdepends=(display)
flags=(patch_rm2fb)

image=rust:v2.2
image=rust:v3.1
source=(
https://github.com/fenollp/reMarkable-tools/archive/v0.3.4.zip
https://github.com/fenollp/reMarkable-tools/archive/v0.3.7.zip
whiteboard-hypercard.draft
)
sha256sums=(
b343e1b4af9e0bf247ff2fab8331648ddd89941fb5c0ea9a45417d3bb4b20193
642fd954ec4f9a1d132b10cc7f7dfbee3467e9c08b1253cc32d1e372178d168b
SKIP
)

build() {
cd marauder
pushd marauder
rustup component add rustfmt
cargo build --release --bin whiteboard --locked
cargo fetch
cargo build --release --bin whiteboard --locked --frozen --offline
popd
}

package() {
Expand Down
2 changes: 1 addition & 1 deletion package/whiteboard-hypercard/whiteboard-hypercard.draft
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 The Toltec Contributors
# Copyright (c) 2023 The Toltec Contributors
# SPDX-License-Identifier: MIT

name=whiteboard
Expand Down

0 comments on commit 2714f50

Please sign in to comment.