~alpine/aports

testing/tikzit: new aport v1 APPLIED

Anjandev Momi: 1
 testing/tikzit: new aport

 1 files changed, 29 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4050/mbox | git am -3
Learn more about email & git

[PATCH] testing/tikzit: new aport Export this patch

---
 testing/tikzit/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/tikzit/APKBUILD

diff --git a/testing/tikzit/APKBUILD b/testing/tikzit/APKBUILD
new file mode 100644
index 0000000000..93e03fd8b7
--- /dev/null
+++ b/testing/tikzit/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=tikzit
pkgver=2.1.6
pkgrel=0
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
url="https://tikzit.github.io"
arch="all"
license="GPL-3.0-only"
depends="hicolor-icon-theme"
makedepends="qt5-qtbase-dev flex-dev poppler-dev poppler-qt5-dev bison"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/refs/tags/v$pkgver.tar.gz"
options="!check" # no upstream checks

build() {
	qmake-qt5 PREFIX=/usr \
		QMAKE_CFLAGS="$CFLAGS" \
		QMAKE_CXXFLAGS="$CXXFLAGS" -r
	make
}

package() {
	make INSTALL_ROOT="$pkgdir" install
}

sha512sums="
e93249d1206f8af1c54a5a73aee0958dda75f21ef8c9a1301826f37c7bcc8764ff9d00b9acfe46ed98f30385f212138b6c93270b7d7fbe2b0efbec977945bd73  tikzit-2.1.6.tar.gz
"
-- 
2.34.2