Compare commits
26 Commits
e7dbb542cc
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73513ed565 | ||
|
|
2ada20d399 | ||
| c5a439275f | |||
| 908e13e44a | |||
| 5c63df711f | |||
| b72251c416 | |||
| 7e5bc45900 | |||
| e84a334667 | |||
| dda36d9427 | |||
| 9658fca369 | |||
| 19626d1ec0 | |||
| 5c2840cb8d | |||
| 5ac7d96d08 | |||
| e9017b20b5 | |||
| 79c02cda09 | |||
| af67d7557d | |||
|
|
d7d96b64dd | ||
|
|
65c2b33429 | ||
|
|
ed1457b4a7 | ||
|
|
24e997c594 | ||
|
|
9e058cd271 | ||
|
|
755d7062d2 | ||
|
|
c03f50e710 | ||
|
|
2d3049ad28 | ||
|
|
37507511f0 | ||
|
|
53a62a40ab |
38
.SRCINFO
38
.SRCINFO
@@ -1,12 +1,14 @@
|
|||||||
generated-by = makedeb-makepkg
|
generated-by = makedeb
|
||||||
|
pkgname = neovim-bin
|
||||||
pkgbase = neovim-bin
|
pkgbase = neovim-bin
|
||||||
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
|
||||||
pkgver = 0.5.1
|
pkgrel = 1
|
||||||
pkgrel = 3
|
pkgver = 0.11.1
|
||||||
url = https://neovim.io
|
url = https://neovim.io
|
||||||
arch = x86_64
|
arch = amd64
|
||||||
license = custom:neovim
|
conflicts = neovim
|
||||||
|
conflicts = neovim-git
|
||||||
|
conflicts = neovim-runtime
|
||||||
depends = libluajit-5.1-2
|
depends = libluajit-5.1-2
|
||||||
depends = libluajit-5.1-common
|
depends = libluajit-5.1-common
|
||||||
depends = libmsgpackc2
|
depends = libmsgpackc2
|
||||||
@@ -14,14 +16,18 @@ pkgbase = neovim-bin
|
|||||||
depends = libunibilium4
|
depends = libunibilium4
|
||||||
depends = libvterm0
|
depends = libvterm0
|
||||||
depends = lua-luv
|
depends = lua-luv
|
||||||
optdepends = python-neovim: for Python 3 plugin support (see :help python)
|
license = custom:neovim
|
||||||
optdepends = xclip: for clipboard support on X11 (or xsel) (see :help clipboard)
|
makedepends = rsync
|
||||||
optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
|
makedepends = squashfs-tools
|
||||||
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
|
|
||||||
provides = neovim
|
provides = neovim
|
||||||
conflicts = neovim
|
provides = neovim-runtime
|
||||||
conflicts = neovim-git
|
source = nvim-0.11.1.appimage::https://github.com/neovim/neovim/releases/download/v0.11.1/nvim-linux-x86_64.appimage
|
||||||
source = https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz
|
source = ex
|
||||||
sha512sums = 4b86c4f876629207a4ca8aff6853287cc7dc8a9133aa750b48bb9b7450cce357b97971eb85faf58eb0b9f3f20a927a5dcf5fd06e541ba7e882ccc4db33c12d6c
|
source = view
|
||||||
|
source = vimdiff
|
||||||
pkgname = neovim-bin
|
sha256sums = 7f89b0de9e74481aab58acf90cafc049fb04197c5630ddfbb8ca7abb638570da
|
||||||
|
sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
|
||||||
|
sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
|
||||||
|
sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
|
||||||
|
makedepends = rsync
|
||||||
|
makedepends = squashfs-tools
|
||||||
|
|||||||
21
.github/workflows/ci.yaml
vendored
Normal file
21
.github/workflows/ci.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Build makedeb package
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello_world_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install makedeb
|
||||||
|
env:
|
||||||
|
MAKEDEB_RELEASE: 'makedeb'
|
||||||
|
TERM: xterm-256color
|
||||||
|
run: |
|
||||||
|
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
|
||||||
|
|
||||||
|
- name: Build package
|
||||||
|
run: makedeb -s --no-confirm
|
||||||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
pkg/
|
||||||
|
src/
|
||||||
|
*.appimage
|
||||||
|
*.deb
|
||||||
|
*.tar.gz
|
||||||
55
PKGBUILD
55
PKGBUILD
@@ -1,44 +1,39 @@
|
|||||||
# Maintainer: canony <canony@protonmail.ch>
|
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
||||||
# Contributor: Sven-Hendrik Haase <svenstaro@gmail.com>
|
|
||||||
# Contributor: Florian Walch <florian+aur@fwalch.com>
|
|
||||||
# Contributor: Florian Hahn <flo@fhahn.com>
|
|
||||||
|
|
||||||
pkgname=neovim-bin
|
pkgname=neovim-bin
|
||||||
pkgver=0.5.1
|
pkgver=0.11.1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||||
arch=('x86_64')
|
arch=('amd64')
|
||||||
url='https://neovim.io'
|
url='https://neovim.io'
|
||||||
license=('custom:neovim')
|
license=('custom:neovim')
|
||||||
provides=('neovim')
|
provides=('neovim' 'neovim-runtime')
|
||||||
|
makedepends=('rsync' 'squashfs-tools')
|
||||||
depends=('libluajit-5.1-2' 'libluajit-5.1-common' 'libmsgpackc2' 'libtermkey1' 'libunibilium4' 'libvterm0' 'lua-luv')
|
depends=('libluajit-5.1-2' 'libluajit-5.1-common' 'libmsgpackc2' 'libtermkey1' 'libunibilium4' 'libvterm0' 'lua-luv')
|
||||||
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
conflicts=('neovim' 'neovim-git' 'neovim-runtime')
|
||||||
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
|
extensions=('zipman')
|
||||||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
source=(
|
||||||
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
"nvim-${pkgver}.appimage::https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim-linux-x86_64.appimage"
|
||||||
conflicts=('neovim' 'neovim-git')
|
"ex"
|
||||||
source=("https://github.com/neovim/neovim/releases/download/v${pkgver}/nvim-linux64.tar.gz")
|
"view"
|
||||||
sha512sums=('4b86c4f876629207a4ca8aff6853287cc7dc8a9133aa750b48bb9b7450cce357b97971eb85faf58eb0b9f3f20a927a5dcf5fd06e541ba7e882ccc4db33c12d6c')
|
"vimdiff")
|
||||||
|
sha256sums=('7f89b0de9e74481aab58acf90cafc049fb04197c5630ddfbb8ca7abb638570da'
|
||||||
|
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
|
||||||
|
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
|
||||||
|
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
tar xvf nvim-linux64.tar.gz
|
rm -rf squashfs-root/
|
||||||
|
chmod +x "./nvim-${pkgver}.appimage"
|
||||||
|
"./nvim-${pkgver}.appimage" --appimage-extract > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/nvim-linux64"
|
rsync -a "squashfs-root/usr/" "${pkgdir}/usr/"
|
||||||
echo "Coppying application binary"
|
mkdir -p "${pkgdir}/usr/libexec/neovim"
|
||||||
install -Dm 755 bin/nvim -t ${pkgdir}/usr/bin/
|
install -Dm 755 ex "${pkgdir}/usr/libexec/neovim/"
|
||||||
|
install -Dm 755 view "${pkgdir}/usr/libexec/neovim/"
|
||||||
echo "Coppying libraries"
|
install -Dm 755 vimdiff "${pkgdir}/usr/libexec/neovim/"
|
||||||
install -Dm 644 lib/nvim/parser/c.so -t ${pkgdir}/usr/lib/nvim/parser/
|
|
||||||
|
|
||||||
echo "Copying application files"
|
|
||||||
mkdir -p ${pkgdir}/usr/share/
|
|
||||||
cp -r share/applications ${pkgdir}/usr/share/applications
|
|
||||||
cp -r share/icons ${pkgdir}/usr/share/icons
|
|
||||||
cp -r share/locale ${pkgdir}/usr/share/locale
|
|
||||||
cp -r share/man ${pkgdir}/usr/share/man
|
|
||||||
cp -r share/nvim ${pkgdir}/usr/share/nvim
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set sw=2 sts=2 et:
|
# vim:set sw=2 sts=2 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user