makedeb
Vim-fork focused on extensibility and usability
Click here to go back to the commit logs for neovim-git.
Hash: 547d02365ca658c895e87ee57f8a5f1ede66045f
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index 04c03ae..a1a74f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = neovim-git
pkgdesc = Vim-fork focused on extensibility and usability
- pkgver = 19877nightly.14.g207307d0f2022.01.03
- pkgrel = 1
+ pkgver = 20709nightly.3.gc3cc17f0e2022.03.07
+ pkgrel = 2
url = https://neovim.io/
arch = i686
arch = x86_64
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5c8a26e..0000000
--- a/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# vim: filetype=make syntax=make textwidth=0 softtabstop=0 tabstop=4 shiftwidth=4 fileencoding=utf-8 fileformat=unix smartindent autoindent noexpandtab
-# ────────────────────────────────────────────────────────────────────
-.PHONY: $(shell egrep -o '^[a-zA-Z_-]+:' $(MAKEFILE_LIST) | sed 's/://')
-.SILENT: $(shell egrep -o '^[a-zA-Z_-]+:' $(MAKEFILE_LIST) | sed 's/://')
-.PHONY: all
-all: help
-# ────────────────────────────────────────────────────────────────────
-help: ## Show this help
- @printf "$$(fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v 'fgrep' | sed -e 's/\\$$//' | sed -e 's/\s.*##//')\n"
-
-clean:
- rm -rf neovim src pkg *.deb *.tar.gz
-
-srcinfo: ## Generate srcinfo
- makedeb --printsrcinfo > .SRCINFO
-
---apt-update:
- sudo apt-get update
-
-makedeb: ## Build the package while syncing dependencies
- makedeb -s --no-confirm
-
-install: ## Installs the package
- makedeb --install --no-confirm
-
-build: --apt-update srcinfo makedeb ## Main target for building a fresh package
\ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index d89510e..dbb2b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: alfador <contact@havi.dev>
pkgname=neovim-git
_pkgname=neovim
-pkgver=19877nightly.14.g207307d0f2022.01.03
-pkgrel=1
+pkgver=20709nightly.3.gc3cc17f0e2022.03.07
+pkgrel=2
pkgdesc="Vim-fork focused on extensibility and usability"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
depends=('libluajit-5.1-2' 'libluajit-5.1-common' 'libmsgpackc2' 'libtermkey1' 'libunibilium4' 'libvterm0' 'lua-luv')
@@ -57,7 +57,7 @@ check() {
}
package() {
DESTDIR="${pkgdir}/" make -C "${srcdir}/${_pkgname}" install
- install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/doc/${_pkgname}/copyright"
+ install -Dm644 "${srcdir}/${_pkgname}/LICENSE.txt" "${pkgdir}/usr/share/doc/${_pkgname}/copyright"
install -Dm644 "${srcdir}/${_pkgname}/runtime/nvim.desktop" "${pkgdir}/usr/share/applications/nvim.desktop"
install -Dm644 "${srcdir}/${_pkgname}/runtime/nvim.png" "${pkgdir}/usr/share/pixmaps/nvim.png"
install -d "${pkgdir}/usr/share/vim"