aboutsummaryrefslogtreecommitdiffstats
path: root/main/bbsuid/APKBUILD
blob: 8c64881490517011672b5a6d2950df21b1f30a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bbsuid
pkgver=0.6
pkgrel=0
pkgdesc="Obsolete package that can be removed"
url="https://git.alpinelinux.org/cgit/bbsuid"
arch="all"
license="GPL-2.0"
depends="busybox"
source=""

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"
}