Search Criteria
Package Details: orbiton 2.62.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/orbiton.git (read-only, click to copy) |
---|---|
Package Base: | orbiton |
Description: | Text editor and minimalistic IDE |
Upstream URL: | https://github.com/xyproto/orbiton |
Keywords: | chatgpt editor gdb ide text vt100 |
Licenses: | BSD |
Conflicts: | o |
Provides: | o |
Replaces: | o |
Submitter: | xyproto |
Maintainer: | xyproto |
Last Packager: | xyproto |
Votes: | 2 |
Popularity: | 0.011181 |
First Submitted: | 2023-02-20 13:07 (UTC) |
Last Updated: | 2023-05-23 22:54 (UTC) |
Dependencies (45)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- vte3 (vte3-ng-fullwidth-emoji, vte3-ng, vte3-tilix, vte3-git, vte3-selectall, vte3-nohang, vte3-notification) (make)
- agda (agda-git, agda-bin-git) (optional) – for compiling Agda
- asciidoctor (optional) – for writing man pages
- astyle (astyle-git) (optional) – for formatting C#
- autopep8 (optional) – for formatting Python
- brittany (optional) – for formatting Haskell
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (optional) – for formatting C++ code with clang-format
- clojure (clojure-git) (optional) – for compiling Clojure
- crystal (crystal-git) (optional) – for compiling Crystal
- cxx (optional) – for compiling C and C++
- elm-bin (optional) – for compiling Elm
- fpc (fpc-svn) (optional) – for compiling Object Pascal
- fstabfmt (optional) – for formatting /etc/fstab
- gdb (gdb-git, gdb-debug-git) (optional) – for debugging C
- gdc (gdc-static, gdc-git, gcc-d-git, gcc-d) (optional) – for compiling D
- ghc (ghc-cabal-arts, ghc-raspbian-bin) (optional) – for compiling Haskell
- godot (godot-osc-git, godot-git-alsa, godot-voxel-bin, godot-headless-export-templates-bin, godot-git) (optional) – for using GDScript
- google-java-format (google-java-format-git) (optional) – for formatting Java
- Show 25 more dependencies...
Latest Comments
xyproto commented on 2023-02-20 13:34 (UTC)
The project was renamed from "o" to "orbiton".
xyproto commented on 2022-11-16 23:29 (UTC)
Thanks, @micwoj92. I updated the dependencies.
micwoj92 commented on 2022-09-30 20:03 (UTC)
v dependency should be renamed to vlang and elm to probably elm-bin because elm is some different software
xyproto commented on 2022-04-05 13:55 (UTC) (edited on 2022-04-12 14:30 (UTC) by xyproto)
@m040601, thanks for the feedback. :)
o-bin
package (without the GUI, just the executable for the terminal).m040601 commented on 2022-04-01 09:02 (UTC) (edited on 2022-04-01 09:08 (UTC) by m040601)
Hi xyproto, thanks for your work on this PKGBUILD. I have some small requests.
Just found out about this tiny little tool. Very interesting, well thought and polished. Tried out one of the released binaries from github. I really like it. Since it's written in go, and its compilation is easy peasy, and with github automation/workflows binaries are automatically generated for free in github releases.
Although you are missing the binaries for arm (32 bit) not the arm64 (64 bit). Arm 32 bit is the armv6, armv7h etc. That's the raspberry Pi Zero, Raspberry Pi 2 1.1 , and a lot of arm chromebooks which run perfectly well ArchLinuxArm.
There's a "rpi" version on the binaries page. But I'm not sure what is meant to be, as it's not documented on the README. Is it meant for the raspberry pi ? Which raspberry pi ? Will it work on other arm devices ?
Some of us dont want to download and update constantly the 500 MEGA go tool chain and compile Go on the local PC. Specially if it's a tiny less powerfull device.
Since you are the main developer and PKGBUILD maintainer,
Could you also provide a "-bin" PKGBUILD ?
This name "o" really has to be changed :-)
Thanks in advance.
xyproto commented on 2021-05-26 10:27 (UTC) (edited on 2021-12-01 11:51 (UTC) by xyproto)
@micwoj92, thanks! I updated the package and renamed the symlink.
micwoj92 commented on 2021-04-25 06:42 (UTC)
Should conflict with ed
error: failed to commit transaction (conflicting files) o: /usr/bin/red exists in filesystem (owned by ed)
xyproto commented on 2019-12-15 16:53 (UTC)
@haawda, thanks! Updated the PKGBUILD.
haawda commented on 2019-11-19 18:42 (UTC)
I got a warning : "strip: error: the input file './usr/bin/o' has no sections", maybe options=('!strip') should be added?