kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3a3895e5c2e336446cae1bbc4fe5b33fe5a4bd38
parent 81b4eed11b4f8f8afb21352358fa9a12ce1b8046
Author: aabacchus <ben@bvnf.space>
Date:   Wed, 12 May 2021 02:34:57 +0100

snownews: new package at git

Diffstat:
Asnownews/build | 16++++++++++++++++
Asnownews/depends | 4++++
Asnownews/sources | 1+
Asnownews/version | 1+
4 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/snownews/build b/snownews/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls + +# remove gettext make dep by not building other language support +sed -i '/^include po\/Module.mk$/d' Makefile + +make +make DESTDIR="$1" install + +# remove manpages in extra languages +for lang in ru nl it fr de; do + rm -fr "$1/usr/share/man/$lang"; +done diff --git a/snownews/depends b/snownews/depends @@ -0,0 +1,4 @@ +curl +libressl +libxml2 +ncurses diff --git a/snownews/sources b/snownews/sources @@ -0,0 +1 @@ +git+https://github.com/msharov/snownews diff --git a/snownews/version b/snownews/version @@ -0,0 +1 @@ +git 1