Add licenses and unused variables
This commit is contained in:
@@ -3,13 +3,10 @@ version=20220726
|
||||
package=bmake
|
||||
pkgver=${version}_0
|
||||
description=BSD Make tool
|
||||
conflict=
|
||||
homepage=http://crufy.net/help/sjg/bmake.html
|
||||
license=BSD-3-Clause
|
||||
replace=
|
||||
|
||||
alternatives=make:/usr/bin/make:bmake
|
||||
shlib-provides=
|
||||
shlib-requires=libc.so
|
||||
|
||||
include ../../Makefile
|
||||
|
||||
@@ -3,13 +3,10 @@ version=79a8229fb5da15135ac0c54c2c696a8da8988b24
|
||||
package=tcc
|
||||
pkgver=${version}_0
|
||||
description=Tiny C compiler
|
||||
conflict=
|
||||
homepage=
|
||||
license=LGPL-2.1
|
||||
replace=
|
||||
|
||||
alternatives=cc:/usr/bin/cc:tcc
|
||||
shlib-provides=
|
||||
shlib-requires=libc.so
|
||||
|
||||
include ../../Makefile
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user