Skip to content

Commit

Permalink
to-release: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 3, 2024
1 parent 769f4fd commit f12849d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion lists/to-release
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
capa
6 changes: 2 additions & 4 deletions packages/capa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ url='https://github.com/mandiant/capa'
license=('Apache-2.0')
depends=()
makedepends=()
source=("https://github.com/mandiant/capa/releases/download/v$pkgname/$pkgname-v$pkgver-linux-py312.zip")
source=("https://github.com/mandiant/capa/releases/download/v$pkgver/capa-v$pkgver-linux-py312.zip")
sha512sums=('c9f3f8f6f219bd93e8a46af4910a4011642fa1737889e09d40502aa613ffedb6773b5710317fbbb689ed69a5b7a4076df1d88ad21bbbeb2794befbef3b2d553d')

package() {
install -dm 755 "$pkgdir/usr/bin"

install -Dm 755 $pkgname "$pkgdir/usr/bin/"
install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
}

0 comments on commit f12849d

Please sign in to comment.