Add licenses and unused variables
This commit is contained in:
@@ -3,13 +3,10 @@ version=20220726
|
|||||||
package=bmake
|
package=bmake
|
||||||
pkgver=${version}_0
|
pkgver=${version}_0
|
||||||
description=BSD Make tool
|
description=BSD Make tool
|
||||||
conflict=
|
|
||||||
homepage=http://crufy.net/help/sjg/bmake.html
|
homepage=http://crufy.net/help/sjg/bmake.html
|
||||||
license=BSD-3-Clause
|
license=BSD-3-Clause
|
||||||
replace=
|
|
||||||
|
|
||||||
alternatives=make:/usr/bin/make:bmake
|
alternatives=make:/usr/bin/make:bmake
|
||||||
shlib-provides=
|
|
||||||
shlib-requires=libc.so
|
shlib-requires=libc.so
|
||||||
|
|
||||||
include ../../Makefile
|
include ../../Makefile
|
||||||
|
|||||||
@@ -3,13 +3,10 @@ version=79a8229fb5da15135ac0c54c2c696a8da8988b24
|
|||||||
package=tcc
|
package=tcc
|
||||||
pkgver=${version}_0
|
pkgver=${version}_0
|
||||||
description=Tiny C compiler
|
description=Tiny C compiler
|
||||||
conflict=
|
|
||||||
homepage=
|
homepage=
|
||||||
license=LGPL-2.1
|
license=LGPL-2.1
|
||||||
replace=
|
|
||||||
|
|
||||||
alternatives=cc:/usr/bin/cc:tcc
|
alternatives=cc:/usr/bin/cc:tcc
|
||||||
shlib-provides=
|
|
||||||
shlib-requires=libc.so
|
shlib-requires=libc.so
|
||||||
|
|
||||||
include ../../Makefile
|
include ../../Makefile
|
||||||
|
|||||||
@@ -3,14 +3,11 @@ version=3be48e27c9694d87c8c7ea5a7d7bcc58957daab9
|
|||||||
package=neatvi
|
package=neatvi
|
||||||
pkgver=${version}_0
|
pkgver=${version}_0
|
||||||
description=A small vi/ex editor editing bidirectional UTF-8 text
|
description=A small vi/ex editor editing bidirectional UTF-8 text
|
||||||
conflict=
|
|
||||||
homepage=https://github.com/aligrudi/neatvi
|
homepage=https://github.com/aligrudi/neatvi
|
||||||
license=
|
license=MIT
|
||||||
provides=
|
|
||||||
replaces=nvi
|
replaces=nvi
|
||||||
|
|
||||||
alternatives=vi:/usr/bin/vi:neatvi ex:/usr/bin/ex:neatvi
|
alternatives=vi:/usr/bin/vi:neatvi ex:/usr/bin/ex:neatvi
|
||||||
shlib-provies=
|
|
||||||
shlib-requires=libc.so
|
shlib-requires=libc.so
|
||||||
|
|
||||||
include ../../Makefile
|
include ../../Makefile
|
||||||
@@ -23,7 +20,7 @@ FILES = \
|
|||||||
files/conf.h
|
files/conf.h
|
||||||
|
|
||||||
${version}.tar.gz:
|
${version}.tar.gz:
|
||||||
$(DOWNLOAD) https://github.com/aligrudi/neatvi/archive/$@
|
$(DOWNLOAD) ${homepage}/archive/$@
|
||||||
$(SHA256) "7c2e5f17f97217a55f2be1834e20b937a8ddfeea83a598153ce05b005479c43b"
|
$(SHA256) "7c2e5f17f97217a55f2be1834e20b937a8ddfeea83a598153ce05b005479c43b"
|
||||||
|
|
||||||
prepare: ${SOURCES}
|
prepare: ${SOURCES}
|
||||||
|
|||||||
@@ -3,15 +3,9 @@ version=0.9.2
|
|||||||
package=st
|
package=st
|
||||||
pkgver=${version}_0
|
pkgver=${version}_0
|
||||||
description=st is a simple terminal implementation for X
|
description=st is a simple terminal implementation for X
|
||||||
conflict=
|
homepage=https://git.suckless.org/st
|
||||||
homepage=https://github.com/aligrudi/neatvi
|
license=MIT/X Consortium License
|
||||||
license=
|
|
||||||
provides=
|
|
||||||
replaces=
|
|
||||||
dependecies=
|
|
||||||
|
|
||||||
alternatives=
|
|
||||||
shlib-provies=
|
|
||||||
shlib-requires=libc.so libXft.so.2
|
shlib-requires=libc.so libXft.so.2
|
||||||
|
|
||||||
include ../../Makefile
|
include ../../Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user