summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAron Young2023-06-23 21:26:28 +0800
committerAron Young2023-06-23 21:26:28 +0800
commit44f33eecc42917936e8a8830da9c8bcfc2be162a (patch)
tree2b089ac7b9ef597928f275f37bdbcdfcd96929b1
parent61cf8b47b79990d6e841aef0b8f53051eed4f45c (diff)
downloadaur-44f33eecc42917936e8a8830da9c8bcfc2be162a.tar.gz
remove empty fields in PKGBUILD
-rw-r--r--PKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce8fe3dfa99..50957d7b362f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,18 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
# Maintainer: Your Name <youremail@domain.com>
+# Contributor: Asuka Minato
pkgname=cwe_checker
pkgver=0.6
pkgrel=1
-epoch=
pkgdesc="finds vulnerable patterns in binary executables"
arch=(x86_64)
url="https://github.com/fkie-cad/cwe_checker"
license=('LGPL3')
-groups=()
depends=(gcc-libs glibc ghidra)
makedepends=(cargo)
-checkdepends=()
-optdepends=()
provides=($pkgname{,_install})
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/fkie-cad/cwe_checker/archive/refs/tags/v$pkgver.tar.gz")
-noextract=()
sha256sums=('c466ef325c54f9a417029df77ee3de7e982748a119c2b8438e0db6ec5c45fdb7')
-validpgpkeys=()
build() {
pushd $pkgname-$pkgver