Skip to content

Commit

Permalink
add goneovim-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaibhavv11 committed Oct 13, 2024
1 parent 5bcf9cb commit 13c6901
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ go-bin
go-task-deb
goldberg-emulator-git
gomuks-deb
goneovim-bin
google-chrome-beta-deb
google-chrome-deb
google-chrome-unstable-deb
Expand Down
12 changes: 12 additions & 0 deletions packages/goneovim-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pkgbase = goneovim-bin
gives = goneovim
pkgver = 0.6.8
pkgdesc = goneovim is a Neovim GUI written in Go
arch = amd64
depends = libxcb-xinerama0
maintainer = Vaibhav Sharma <vvaibhavv3434@gmail.com>
repology = project: goneovim
source = https://github.com/akiyosi/goneovim/releases/download/v0.6.8/goneovim-v0.6.8-linux.tar.bz2
sha256sums = a54579f564b59c3a118ec8a42f56c75c9b27e406b5eda59636678b2652d2cdda

pkgname = goneovim-bin
32 changes: 32 additions & 0 deletions packages/goneovim-bin/goneovim-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
pkgname="goneovim-bin"
gives="goneovim"
pkgver="0.6.8"
source=("https://github.com/akiyosi/${gives}/releases/download/v0.6.8/${gives}-v${pkgver}-linux.tar.bz2")
sha256sums=("a54579f564b59c3a118ec8a42f56c75c9b27e406b5eda59636678b2652d2cdda")
depends=("libxcb-xinerama0")
arch=('amd64')
maintainer=("Vaibhav Sharma <vvaibhavv3434@gmail.com>")
pkgdesc="goneovim is a Neovim GUI written in Go"
repology=("project: ${gives}")

package() {
cd "${gives}-v${pkgver}-linux"
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"

cat <<- END > "${gives}.desktop"
[Desktop Entry]
Type=Application
Name=Goneovim
Comment=goneovim (pronounced like "go-neovim") is a Neovim GUI written in Go.
Icon=${gives}
TryExec=${gives}
Exec=${gives}
Terminal=false
Type=Application
Keywords=Text;editor;
Categories=Utility;TextEditor;
StartupWMClass=com-tonikelope-${gives}-MainPanel
END

install -Dm644 "${gives}.desktop" -t "${pkgdir}/usr/share/applications"
}
13 changes: 13 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3521,6 +3521,19 @@ pkgbase = gomuks-deb

pkgname = gomuks-deb
---
pkgbase = goneovim-bin
gives = goneovim
pkgver = 0.6.8
pkgdesc = goneovim is a Neovim GUI written in Go
arch = amd64
depends = libxcb-xinerama0
maintainer = Vaibhav Sharma <vvaibhavv3434@gmail.com>
repology = project: goneovim
source = https://github.com/akiyosi/goneovim/releases/download/v0.6.8/goneovim-v0.6.8-linux.tar.bz2
sha256sums = a54579f564b59c3a118ec8a42f56c75c9b27e406b5eda59636678b2652d2cdda

pkgname = goneovim-bin
---
pkgbase = google-chrome-beta-deb
gives = google-chrome-beta
pkgver = 130.0.6723.6
Expand Down

0 comments on commit 13c6901

Please sign in to comment.