all: clean up

This commit is contained in:
PedroEdiaz
2024-07-18 23:13:21 +00:00
parent 07dd1559e4
commit 66c4e43f83
9 changed files with 14 additions and 14 deletions

View File

@@ -2,9 +2,11 @@ package=nldev
version=0.4 version=0.4
pkgver=${version}_0 pkgver=${version}_0
description=netlink device manager description=netlink device manager
homepage=http://r-36.net/scm/nldev/log.html homepage=http://r-36.net/scm/${package}/log.html
license=MIT/X Consorium License license=MIT/X Consorium License
shlib-requires=libc.so
SOURCES = \ SOURCES = \
${package} ${package}

View File

@@ -2,7 +2,7 @@ package=oksh
version=7.1 version=7.1
pkgver=${version}_0 pkgver=${version}_0
description=Portable OpenBSD ksh description=Portable OpenBSD ksh
homepage=http://github.com/ibara/oksh homepage=http://github.com/ibara/${package}
license=BSD-3-Clause license=BSD-3-Clause
alternatives=sh:/usr/bin/sh:oksh alternatives=sh:/usr/bin/sh:oksh
@@ -14,7 +14,7 @@ SOURCES = \
${package}-${version}.tar.gz ${package}-${version}.tar.gz
${package}-${version}.tar.gz: ${package}-${version}.tar.gz:
${DOWNLOAD} https://github.com/ibara/oksh/archive/$@ ${DOWNLOAD} ${homepage}/archive/$@
${SHA256} "244ac5fed6e22b5cb0e817e9825f8fe755d5d648ed925940e77a3725f5b763a4" ${SHA256} "244ac5fed6e22b5cb0e817e9825f8fe755d5d648ed925940e77a3725f5b763a4"
prepare: ${SOURCES} prepare: ${SOURCES}

View File

@@ -2,7 +2,7 @@ package=sdhcp
version=8455fd2d090bd9b227340c30c92c6aa13302c91a version=8455fd2d090bd9b227340c30c92c6aa13302c91a
pkgver=${version}_0 pkgver=${version}_0
description=Suckless dhcp client description=Suckless dhcp client
homepage=http://git.2f30.org/sdhcp homepage=http://git.2f30.org/${package}
license=MIT/X Consortium License license=MIT/X Consortium License
shlib-requires=libc.so shlib-requires=libc.so

View File

@@ -2,7 +2,7 @@ package=smdev
version=0.2.3 version=0.2.3
pkgver=${version}_0 pkgver=${version}_0
description=suckless mdev description=suckless mdev
homepage=http://git.suckless.org/smdev homepage=http://git.suckless.org/${package}
license=MIT/X Consortium License license=MIT/X Consortium License
shlib-requires=libc.so shlib-requires=libc.so

View File

@@ -2,9 +2,8 @@ version=79a8229fb5da15135ac0c54c2c696a8da8988b24
package=tcc package=tcc
pkgver=${version}_0 pkgver=${version}_0
description=Tiny C compiler description=Tiny C compiler
homepage= homepage=https://repo.or.cz/w/tinycc.git
license=LGPL-2.1 license=LGPL-2.1
alternatives=cc:/usr/bin/cc:tcc alternatives=cc:/usr/bin/cc:tcc
shlib-requires=libc.so shlib-requires=libc.so

View File

@@ -2,7 +2,7 @@ version=16
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
homepage=https://github.com/aligrudi/neatvi homepage=https://github.com/aligrudi/${package}
license=ISC license=ISC
replaces=nvi replaces=nvi

View File

@@ -2,7 +2,7 @@ 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
homepage=https://git.suckless.org/st homepage=https://git.suckless.org/${package}
license=MIT/X Consortium License license=MIT/X Consortium License
shlib-requires=libc.so libXft.so.2 shlib-requires=libc.so libXft.so.2

View File

@@ -2,7 +2,7 @@ version=2.29
package=thttpd package=thttpd
pkgver=${version}_0 pkgver=${version}_0
description=thttpd is a simple, small, portable, fast, and secure HTTP server. description=thttpd is a simple, small, portable, fast, and secure HTTP server.
homepage=https://www.acme.com/software/thttpd homepage=https://www.acme.com/software/${package}
license=BSD-2-Clause license=BSD-2-Clause
shlib-requires=libc.so shlib-requires=libc.so

View File

@@ -1,11 +1,10 @@
version=1.0.3 version=1.0.3
package=libudev-zero package=libudev-zero
pkgver=${version}_0 pkgver=${version}_0
description=Daemonless replacement for libudev description=Daemonless replacement for libudev
conflicts=eudev-libudev homepage=https://github.com/illiliti/${package}
homepage=
license=ISC license=ISC
conflicts=eudev-libudev
replaces=eudev-libudev replaces=eudev-libudev
shlib-provides=libudev.so.1 shlib-provides=libudev.so.1
@@ -16,7 +15,7 @@ SOURCES = \
${version}.tar.gz ${version}.tar.gz
${version}.tar.gz: ${version}.tar.gz:
${DOWNLOAD} https://github.com/illiliti/libudev-zero/archive/$@ ${DOWNLOAD} ${homepage}/archive/$@
${SHA256} "0bd89b657d62d019598e6c7ed726ff8fed80e8ba092a83b484d66afb80b77da5" ${SHA256} "0bd89b657d62d019598e6c7ed726ff8fed80e8ba092a83b484d66afb80b77da5"
prepare: ${SOURCES} prepare: ${SOURCES}