summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f7d7f5db5d880065312502bbf328a6f236093b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: weiliang1503 <weiliang1503@163.com>
pkgname=burpsuite-cnpatch
pkgver=1.0.1
pkgrel=1
pkgdesc="Chinese patch for burpsuite community version"
arch=('any')
url="UNKNOWN"
license=('GPL')
groups=()
depends=('burpsuite')
makedepends=('git')
install=burpsuite-cnpatch.install
source=('https://github.com/weiliang1503/burpsuite-cnpak/releases/download/1.0/BurpSuiteCn.jar'
        'burp-cn.hook'
        'burpsuite-cnpatch.install')
md5sums=('df282917e650c4c2cd1f49e262e6f30f'
         '56436d4f91f49a1930a00d0c517e187a'
         '62d9b205ec48d5bb0003a9fd3d084f97')
noextract=('BurpSuiteCn.jar')

package() {
  
  cd ${srcdir}
  
  install -Dm644 BurpSuiteCn.jar -t ${pkgdir}/usr/share/burpsuite/

  install -Dm644 burp-cn.hook -t ${pkgdir}/usr/share/libalpm/hooks/
  
}

# vim:set ts=2 sw=2 et: