mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
New package: void-force-stage-0.1
This commit is contained in:
parent
22f5aebead
commit
ba45ddef1a
3 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
1
srcpkgs/void-force-stage-unstage
Symbolic link
1
srcpkgs/void-force-stage-unstage
Symbolic link
|
@ -0,0 +1 @@
|
|||
void-force-stage
|
18
srcpkgs/void-force-stage/template
Normal file
18
srcpkgs/void-force-stage/template
Normal 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() {
|
||||
:
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue