Skip to content

Instantly share code, notes, and snippets.

@ZeroDot1
Last active December 11, 2017 17:05
Show Gist options
  • Save ZeroDot1/4b9be5a80e2b2e056386e2835f2dcd29 to your computer and use it in GitHub Desktop.
Save ZeroDot1/4b9be5a80e2b2e056386e2835f2dcd29 to your computer and use it in GitHub Desktop.
Sysinternals process dump utility Arch Linux
# Generated by ZeroDot1 : https://goo.gl/pzezXL
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=procdump-bin
pkgver=1.0
pkgrel=1
pkgdesc="Sysinternals process dump utility. ProcDump is a command-line utility whose primary purpose is monitoring an application for various resources and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the issue. ProcDump also served as a general process dump utility that you can embed in other scripts."
arch=('x86_64')
url="https://github.com/Microsoft/ProcDump-for-Linux"
license=('MIT')
groups=('')
depends=('gdb>=7.7.1')
options=('!strip' '!emptydirs')
source_x86_64=("https://github.com/Microsoft/ProcDump-for-Linux/releases/download/1.0/procdump_1.0_amd64.deb")
sha512sums_x86_64=('fcef64cf654751cbcac5722803847776046031f4b768e1e83b623aedab205ec54ec03f7e3b4ccd2ee9517ca78fa268840db3a201933cc982c941c1fc0bb0a1ea')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment