mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/toilet: remove depends when not needed
This commit is contained in:
parent
99ee011880
commit
40cb06b275
@ -7,7 +7,7 @@ pkgdesc="free replacement for the figlet utility"
|
||||
url="http://caca.zoy.org/wiki/toilet"
|
||||
arch="all"
|
||||
license="WTFPL"
|
||||
depends="libcaca"
|
||||
depends=""
|
||||
depends_dev="libcaca-dev"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
@ -25,7 +25,8 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
install COPYING -Dm644 $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
||||
install COPYING -Dm644 \
|
||||
$pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
|
||||
}
|
||||
|
||||
md5sums="9b72591cb22a30c42a3184b17cabca6f toilet-0.3.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user