mirror of https://github.com/pwndbg/pwndbg.git
Package lldb for distros (#3195)
* add pwndbg-lldb for deb/rpm/apk/pkg.tar.zst * update CI to package lldb for distrospull/3229/head
parent
279c1caacc
commit
9fc91b8eb0
@ -0,0 +1,18 @@
|
||||
name: "pwndbg-lldb"
|
||||
arch: "${ARCH}"
|
||||
platform: "linux"
|
||||
version: "${VERSION}"
|
||||
version_schema: none
|
||||
section: "default"
|
||||
priority: "extra"
|
||||
maintainer: "Dominik 'disconnect3d' Czarnota <dominik.b.czarnota+dc@gmail.com>"
|
||||
description: |
|
||||
Exploit Development and Reverse Engineering with GDB Made Easy
|
||||
homepage: "https://github.com/pwndbg/pwndbg"
|
||||
license: "MIT"
|
||||
contents:
|
||||
- src: /usr/lib/pwndbg-lldb/bin/pwndbg-lldb
|
||||
dst: /usr/bin/pwndbg-lldb
|
||||
type: symlink
|
||||
- src: ./result/pwndbg
|
||||
dst: /usr/lib/pwndbg-lldb
|
||||
Loading…
Reference in new issue