You are not logged in.

#1 2018-05-19 04:38:26

zardoz
Member
Registered: 2018-03-16
Posts: 5

[SOLVED] why does this binary PKGBUILD output an incomplete file?

pkgname=krita-appimage
pkgver=4.0.3
pkgrel=1
pkgdesc="krita appimage"
arch=('x86_64')
source=('https://download.kde.org/stable/krita/4.0.3/krita-4.0.3-x86_64.appimage')
md5sums=('SKIP')

package() {
  cd $srcdir
  install -Dm755 krita-$pkgver-x86_64.appimage $pkgdir/usr/bin/krita
}

The binary is 156M, but the package created is only 20K.

Last edited by zardoz (2018-07-17 08:16:51)

Offline

#2 2018-05-19 05:12:08

loqs
Member
Registered: 2014-03-06
Posts: 17,309

Re: [SOLVED] why does this binary PKGBUILD output an incomplete file?

You did not show the output from makepkg but I suspect the binary was stripped which can be disabled in PKGBUILD#options.
Also please fix the checksum,  description and you could substitue the pkgver in the source.

Offline

Board footer

Powered by FluxBB