New package: void-force-stage-0.1

This commit is contained in:
Duncaen 2024-02-09 03:16:14 +01:00
parent 22f5aebead
commit ba45ddef1a
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
3 changed files with 20 additions and 0 deletions

View File

@ -4276,3 +4276,4 @@ libsqsh.so.1 libsqsh-1.3.0_1
libunicode.so.0.4 libunicode-0.4.0_1
libunicode_ucd.so.0.4 libunicode-0.4.0_1
libunicode_loader.so.0.4 libunicode-0.4.0_1
force-stage.so.0.1 void-force-stage-0.1_1

View File

@ -0,0 +1 @@
void-force-stage

View File

@ -0,0 +1,18 @@
# Template file for 'void-force-stage'
pkgname=void-force-stage
version=0.1
revision=1
build_style=meta
short_desc="force the repository into staging mode"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://voidlinux.org/"
shlib_requires="force-stage.so.0.1"
void-force-stage-unstage_package() {
shlib_provides="force-stage.so.0.1"
pkg_install() {
:
}
}