Skip to content

Commit

Permalink
New package: nordselect-1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reedts committed Jul 14, 2021
1 parent ea59d69 commit 4e2040f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/nordselect/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'nordselect'
pkgname=nordselect
version=1.4.2
revision=1
build_style=cargo
hostmakedepends="pkg-config liboping-devel"
makedepends="openssl-devel liboping-devel"
checkdepends="curl"
short_desc="Fast CLI tool to find the perfect NordVPN server to connect to"
maintainer="reedts <j.reedts@gmail.com>"
license="MIT"
homepage="https://github.com/editicalu/nordselect"
distfiles="https://github.com/editicalu/nordselect/archive/${version}.tar.gz"
checksum=6472870239ebea7e69e63d059f6008bc14eb66cb5353839bbfa1f22297b617d4

pre_check() {
./dummydata.sh
}

post_install() {
vlicense LICENSE
}

0 comments on commit 4e2040f

Please sign in to comment.