Skip to content

Commit

Permalink
sakura: new port, a terminal emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Jun 7, 2024
1 parent c0cb7ba commit 8ab746b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions x11/sakura/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup cmake 1.1

name sakura
version 3.8.7
revision 0
categories x11 gnome sysutils
license GPL-2
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
description Terminal emulator based on GTK and VTE
long_description {*}${description}

homepage https://launchpad.net/sakura
master_sites ${homepage}/trunk/${version}/+download/
checksums rmd160 4bd61996e463f422e03b60359226d930e751e60d \
sha256 ba7009ff03cacc19149d82f280413defb019540d2409e6cb9243f0d7ac812922 \
size 60003
use_bzip2 yes

depends_build-append \
port:gettext \
path:bin/pkg-config:pkgconfig

depends_lib-append port:atk \
path:lib/pkgconfig/cairo.pc:cairo \
path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \
port:gettext-runtime \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
path:lib/pkgconfig/gnutls.pc:gnutls \
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
path:lib/pkgconfig/harfbuzz.pc:harfbuzz \
port:pcre2 \
port:vte \
port:xorg-libX11

0 comments on commit 8ab746b

Please sign in to comment.