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
pkgver=${version}_0
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
shlib-requires=libc.so
SOURCES = \
${package}

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@ version=16
package=neatvi
pkgver=${version}_0
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
replaces=nvi

View File

@@ -2,7 +2,7 @@ version=0.9.2
package=st
pkgver=${version}_0
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
shlib-requires=libc.so libXft.so.2

View File

@@ -2,7 +2,7 @@ version=2.29
package=thttpd
pkgver=${version}_0
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
shlib-requires=libc.so

View File

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