Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: nordselect-1.4.2 #31951

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/nordselect/template
@@ -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
}