Skip to content

Commit

Permalink
Add sill package
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Aug 14, 2023
1 parent 715ca4b commit cb5a935
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package/sill/package
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/usr/bin/env bash
# Copyright (c) 2020 The Toltec Contributors
# SPDX-License-Identifier: MIT

pkgnames=(sill)
pkgdesc="Gesture-based text editor (and shell) for the reMarkable tablet"
url=https://github.com/bkirwi/sill
pkgver=0.1.1-alpha
section="writing"
timestamp=2023-08-12T00:00Z
maintainer="Kai <[email protected]>"
license="Apache-2.0"

image=rust:v3.0
source=(
https://github.com/bkirwi/sill/archive/refs/tags/v0.1.1.tar.gz
sill.draft
)
sha256sums=(
ed3ef2f7ff37101db16f7020e6af86da6c32e78d76247c91a1676b72ce87e3df
SKIP
)

build() {
cargo build --release
}

package() {
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/target/armv7-unknown-linux-gnueabihf/release/sill
install -D -m 644 "$srcdir"/sill.draft "$pkgdir"/opt/etc/draft/sill.draft
}
7 changes: 7 additions & 0 deletions package/sill/sill.draft
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2021 The Toltec Contributors
# SPDX-License-Identifier: MIT

name=Sill
desc= Gesture-based text editor (and shell) for the reMarkable tablet
call=/opt/bin/sill
term=:

0 comments on commit cb5a935

Please sign in to comment.