Commits
Zero King authored a4451302bf5
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup cmake 1.1 |
5 + | |
6 + | name usign-devel |
7 + | version 20190920 |
8 + | categories security |
9 + | platforms darwin |
10 + | license ISC |
11 + | maintainers {l2dy @l2dy} openmaintainer |
12 + | description OpenWrt signature verification utility |
13 + | long_description ${description} |
14 + | homepage https://openwrt.org/docs/guide-user/security/keygen#generate_usign_key_pair |
15 + | |
16 + | set git_version f34a383eeed6282fa16fb021157a60c75f33fdcd |
17 + | master_sites "https://git.openwrt.org/?p=project/usign.git;a=snapshot;h=${git_version};sf=tgz;dummy=" |
18 + | worksrcdir usign-[string range ${git_version} 0 6] |
19 + | |
20 + | checksums rmd160 2515dca6f5aada605cac86fb4a56a639d5cc4b6b \ |
21 + | sha256 2088019d017f50b96923ef0c6267c4bcdbd2e6f2e757ffd3c9797bab6a0ded2d \ |
22 + | size 18127 |