kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit f5f360da35966ce709efa6ec853d48178e866940
parent 743b30c3fb284d36b298ee196456e961442c47aa
Author: aabacchus <ben@bvnf.space>
Date:   Sat, 21 Aug 2021 23:56:04 +0100

profanity: new package at 0.11.0

Diffstat:
Aprofanity/build | 7+++++++
Aprofanity/checksums | 1+
Aprofanity/depends | 20++++++++++++++++++++
Aprofanity/sources | 1+
Aprofanity/version | 1+
5 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/profanity/build b/profanity/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-pgp + +make DESTDIR="$1" install diff --git a/profanity/checksums b/profanity/checksums @@ -0,0 +1 @@ +3fc9809816f69186dbb860b27183f6cd2aef0a52a7d14e20e4ef6c3a7f0f3606 diff --git a/profanity/depends b/profanity/depends @@ -0,0 +1,20 @@ +atk +cairo +curl +gdk-pixbuf +glib +gpgme +freetype-harfbuzz +gtk+3 +libX11 +libXScrnSaver +libassuan +libgcrypt +libgpg-error +libstrophe +ncurses +pango +pkgconf make +python +readline +sqlite diff --git a/profanity/sources b/profanity/sources @@ -0,0 +1 @@ +https://profanity-im.github.io/profanity-0.11.0.tar.gz diff --git a/profanity/version b/profanity/version @@ -0,0 +1 @@ +0.11.0 1