-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87f7852
commit 9b6d8f9
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Template file for 'sequoia-sqv' | ||
pkgname=sequoia-sqv | ||
version=1.1.0 | ||
revision=1 | ||
wrksrc="${pkgname}-v${version}" | ||
build_style=cargo | ||
hostmakedepends="pkg-config llvm clang" | ||
makedepends="nettle-devel" | ||
short_desc="Simple PGP signature verification program" | ||
maintainer="Jan Christian Grünhage <[email protected]>" | ||
license="GPL-2.0-or-later" | ||
homepage="https://gitlab.com/sequoia-pgp/sequoia-sqv" | ||
distfiles="https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v${version}/sequoia-sqv-v${version}.tar.gz" | ||
checksum=58eb8f7f803b7fee3f709821d50a78f376aa7f3dc29cfeea4863b37449de2c29 |