Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release whiteboard-hypercard v0.3.7 #747

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize the code had been relicensed? This is up to you of course, but I would recommend looking closely at the impacts of creative commons on code in all jurisdictions. I seem to recall there being some impacts in germany or something.

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't recommend using pushd/popd here for a single directory change. This is just a recommendation though, I'm still going to approve the PR after it's tested.

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