Created
July 26, 2018 13:20
-
-
Save yangxuan8282/e8ea84fe13080e53628687360a329843 to your computer and use it in GitHub Desktop.
bootchart2 alpine pkgs(tmp)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: He Yangxuan <[email protected]> | |
pkgname=bootchart2 | |
pkgver=0.14.8 | |
pkgrel=0 | |
pkgdesc="Boot Process Performance Visualization" | |
arch="all" | |
url="https://github.com/xrmx/bootchart" | |
license="GPL" | |
depends="python2 py-gtk" | |
install="$pkgname.post-install" | |
source="$pkgname-$pkgver.tar.gz::$url/archive/${pkgver}.tar.gz" | |
options="!check" | |
builddir=$srcdir/bootchart-$pkgver | |
build() { | |
cd $builddir | |
make all | |
} | |
package() { | |
cd $builddir | |
make DESTDIR="$pkgdir" install | |
} | |
sha512sums="foobar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment