Skip to content

Commit

Permalink
add: goneovim-bin (#6533)
Browse files Browse the repository at this point in the history
#3961

---------

Co-authored-by: V. <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent d7acd81 commit 5c09f49
Show file tree
Hide file tree
Showing 4 changed files with 57 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 = Neovim GUI written in Go
arch = amd64
depends = libxcb-xinerama0
maintainer = Vaibhav Sharma <[email protected]>
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
31 changes: 31 additions & 0 deletions packages/goneovim-bin/goneovim-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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 <[email protected]>")
pkgdesc="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 is a Neovim GUI written in Go.
Icon=${gives}
TryExec=${gives}
Exec=${gives}
Terminal=false
Type=Application
Keywords=Text;editor;
Categories=Utility;TextEditor;
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 = Neovim GUI written in Go
arch = amd64
depends = libxcb-xinerama0
maintainer = Vaibhav Sharma <[email protected]>
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 5c09f49

Please sign in to comment.