blob: 06da12d951d64adf241863a57c97a85fde600bd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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=""
|