mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
sbase-git: add provides & replaces
This commit is contained in:
parent
950a94ad63
commit
3fd6cd719e
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'sbase-git'
|
# Template file for 'sbase-git'
|
||||||
pkgname=sbase-git
|
pkgname=sbase-git
|
||||||
version=20140531
|
version=20140531
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Suckless unix tools"
|
short_desc="Suckless unix tools"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://tools.suckless.org/sbase"
|
homepage="http://tools.suckless.org/sbase"
|
||||||
conflicts="coreutils>=0 base-system-busybox>=0"
|
conflicts="coreutils>=0 base-system-busybox>=0"
|
||||||
|
provides="sbase-${version}_${revision}"
|
||||||
|
replaces="sbase>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://git.suckless.org/sbase"
|
local url="git://git.suckless.org/sbase"
|
||||||
|
|
Loading…
Add table
Reference in a new issue