Add licenses and unused variables

This commit is contained in:
PedroEdiaz
2024-07-12 13:14:14 +06:00
parent 56b1a868bb
commit 10a213fade
4 changed files with 4 additions and 19 deletions

View File

@@ -3,14 +3,11 @@ version=3be48e27c9694d87c8c7ea5a7d7bcc58957daab9
package=neatvi
pkgver=${version}_0
description=A small vi/ex editor editing bidirectional UTF-8 text
conflict=
homepage=https://github.com/aligrudi/neatvi
license=
provides=
license=MIT
replaces=nvi
alternatives=vi:/usr/bin/vi:neatvi ex:/usr/bin/ex:neatvi
shlib-provies=
shlib-requires=libc.so
include ../../Makefile
@@ -23,7 +20,7 @@ FILES = \
files/conf.h
${version}.tar.gz:
$(DOWNLOAD) https://github.com/aligrudi/neatvi/archive/$@
$(DOWNLOAD) ${homepage}/archive/$@
$(SHA256) "7c2e5f17f97217a55f2be1834e20b937a8ddfeea83a598153ce05b005479c43b"
prepare: ${SOURCES}

View File

@@ -3,15 +3,9 @@ version=0.9.2
package=st
pkgver=${version}_0
description=st is a simple terminal implementation for X
conflict=
homepage=https://github.com/aligrudi/neatvi
license=
provides=
replaces=
dependecies=
homepage=https://git.suckless.org/st
license=MIT/X Consortium License
alternatives=
shlib-provies=
shlib-requires=libc.so libXft.so.2
include ../../Makefile