diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-05 03:38:05 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 08:23:38 +0000 |
commit | ed386246faeaebc7b19525007e9a82eebcb7a3a1 (patch) | |
tree | 69cdb6a18440648cc79357ef3e5093d72ca440ff /main/bbsuid | |
parent | f829383aaff2999da75e26223869c6d4bd3f4320 (diff) | |
download | aports-ed386246faeaebc7b19525007e9a82eebcb7a3a1.tar.bz2 aports-ed386246faeaebc7b19525007e9a82eebcb7a3a1.tar.xz |
main/bbsuid: remove
pkgdesc="Obsolete package that can be removed"
Diffstat (limited to 'main/bbsuid')
-rw-r--r-- | main/bbsuid/APKBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/main/bbsuid/APKBUILD b/main/bbsuid/APKBUILD deleted file mode 100644 index 8c64881490..0000000000 --- a/main/bbsuid/APKBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# 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" -} - |