mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-30 01:52:20 +02:00
21 lines
303 B
Plaintext
21 lines
303 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="GPL2"
|
|
depends="busybox"
|
|
source=""
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
md5sums=""
|