View | Details | Raw Unified | Return to bug 238028 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	rofi-calc
4
DISTVERSIONPREFIX= v
5
DISTVERSION=	1.5
6
CATEGORIES=	x11
7
8
MAINTAINER=	alex@xanderio.de
9
COMMENT=	Do live calculations in rofi
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
LIB_DEPENDS=	libqalculate.so:math/libqalculate \
15
							libglib-2.0.so:devel/glib20 \
16
							libcairo.so:graphics/cairo
17
18
BUILD_DEPENDS=	rofi:x11/rofi
19
20
USES=autoreconf libtool pkgconfig gettext-runtime
21
22
GNU_CONFIGURE= yes
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	svenstaro
26
27
PLIST_FILES=	lib/rofi/calc.so
28
29
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1558288032
2
SHA256 (svenstaro-rofi-calc-v1.5_GH0.tar.gz) = ae49a4e52213384000165e3aff75d818921c77e24aa58e47182a8ed42fe2573e
3
SIZE (svenstaro-rofi-calc-v1.5_GH0.tar.gz) = 1693385
(-)pkg-descr (+8 lines)
Line 0 Link Here
1
 rofi plugin that uses libqalculate's qalc to parse natural language input and
2
 provide results.
3
4
Since this uses libqalculate's amazing qalc you can try natural language
5
queries such 500 + 25% or 5000 EUR to USD or 150 to hex. It can also solve
6
linear equations on the fly. Try 60x + 30 = 50, for instance.
7
8
WWW: https://github.com/svenstaro/rofi-calc

Return to bug 238028