mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 11:51:38 +01:00
This package is no longer needed but is kept for compatibility It used to be a part of alpine-base ref #527
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=bbsuid
|
|
pkgver=0.6
|
|
pkgrel=0
|
|
pkgdesc="Obsolete package that can be removed"
|
|
url="http://git.alpinelinux.org/cgit/bbsuid"
|
|
arch="all"
|
|
license="GPL-2"
|
|
depends="busybox"
|
|
source=""
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
md5sums=""
|