Skip to content

Instantly share code, notes, and snippets.

@yangxuan8282
Created July 26, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangxuan8282/e8ea84fe13080e53628687360a329843 to your computer and use it in GitHub Desktop.
Save yangxuan8282/e8ea84fe13080e53628687360a329843 to your computer and use it in GitHub Desktop.
bootchart2 alpine pkgs(tmp)
# Maintainer: He Yangxuan <yangxuan8282@gmail.com>
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