Skip to content

Commit

Permalink
New package: fend-1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Apr 3, 2023
1 parent 65c5b1a commit e7ec159
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/fend/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'fend'
pkgname=fend
version=1.1.6
revision=1
build_style=cargo
make_install_args="--path cli"
short_desc="Arbitrary-precision unit-aware calculator"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://printfn.github.io/fend/"
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
https://github.com/printfn/fend/releases/download/v${version}/fend.1"
checksum="2bf2c1ac0716db91134b5862192a3c42d1b38612b7a3fd8ea3980fe884ae5ad7
6e7f4b48f5ef66a7432cfe0035f3c24fe875f0f7662b8c0300f2306328a6381b"
skip_extraction="fend.1"

post_install() {
vlicense LICENSE.md
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
}

0 comments on commit e7ec159

Please sign in to comment.