-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove package: bottom * fix toltecctl typo * Create opt-usr-bin.sh --------- Co-authored-by: gbyl <[email protected]> Co-authored-by: Nathaniel van Diepen <[email protected]>
- Loading branch information
1 parent
2f13ee4
commit 28ebda4
Showing
5 changed files
with
9 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
export PATH=/opt/usr/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ archs=(rmall rmallos2 rmallos3 rm1 rm1os2 rm1os3 rm2 rm2os2 rm2os3) | |
pkgnames=(toltec-base) | ||
pkgdesc="Metapackage defining the base set of packages in a Toltec install" | ||
url=https://toltec-dev.org/ | ||
pkgver=1.3-4 | ||
pkgver=1.4-1 | ||
timestamp=2023-12-27T08:30Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
|
@@ -17,11 +17,11 @@ installdepends_rm1os3=(open-remarkable-shutdown) | |
installdepends_rm2os2=(rm2-suspend-fix) | ||
installdepends_rm2os3=(rm2-suspend-fix) | ||
|
||
source=() | ||
sha256sums=() | ||
source=(opt-usr-bin.sh) | ||
sha256sums=(SKIP) | ||
|
||
package() { | ||
true | ||
install -D -m 755 -t "$pkgdir"/etc/profile.d/ "$srcdir"/opt-usr-bin.sh | ||
} | ||
|
||
configure() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(toltec-bootstrap) | ||
pkgdesc="Manage your Toltec install" | ||
url=https://toltec-dev.org/ | ||
pkgver=0.4.4-1 | ||
pkgver=0.4.5-1 | ||
timestamp=2024-05-31T19:13Z | ||
section="utils" | ||
maintainer="Eeems <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters