kiss-nihal

personal KISS Linux package repo
git clone git://git.nihaljere.xyz/kiss-nihal
Log | Files | Refs | Submodules

commit beeb1478ac22d757d9bfa64c4b5b8c555b926899
parent afb72400e96ebb68a637fe2103f77bb7656e5e61
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sat,  2 Jan 2021 21:55:28 -0600

add repo-main, test git mod

Diffstat:
M.gitmodules | 3+++
Agit/build | 28++++++++++++++++++++++++++++
Agit/checksums | 2++
Agit/depends | 2++
Agit/sources | 2++
Agit/version | 2++
Arepo-main | 1+
7 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,6 @@ [submodule "repo-community"] path = repo-community url = https://github.com/kiss-community/repo-community +[submodule "repo-main"] + path = repo-main + url = https://github.com/kiss-community/repo-main diff --git a/git/build b/git/build @@ -0,0 +1,28 @@ +#!/bin/sh -e + +export CFLAGS="$CFLAGS -static" + +cat > config.mak <<EOF +NO_GETTEXT=YesPlease +NO_SVN_TESTS=YesPlease +NO_TCLTK=YesPlease +NO_EXPAT=YesPlease +NO_NSEC=YesPlease +NO_PYTHON=YesPlease +NO_SVN_TESTS=YesPlease +NO_SYS_POLL_H=1 +NO_CROSS_DIRECTORY_HARDLINKS=1 +NO_INSTALL_HARDLINKS=1 +EOF + +./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib \ + ac_cv_lib_curl_curl_global_init=yes \ + ac_cv_snprintf_returns_bogus=no \ + ac_cv_fread_reads_directories=yes + +make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz" +make DESTDIR="$1" install + +cp -rf man "$1/usr/share/man" diff --git a/git/checksums b/git/checksums @@ -0,0 +1 @@ +../repo-main/core/git/checksums+ \ No newline at end of file diff --git a/git/depends b/git/depends @@ -0,0 +1 @@ +../repo-main/core/git/depends+ \ No newline at end of file diff --git a/git/sources b/git/sources @@ -0,0 +1 @@ +../repo-main/core/git/sources+ \ No newline at end of file diff --git a/git/version b/git/version @@ -0,0 +1 @@ +../repo-main/core/git/version+ \ No newline at end of file diff --git a/repo-main b/repo-main @@ -0,0 +1 @@ +Subproject commit 17f3cfd41f9b5e8cbcab9b727cd0b232e50cd91c