stuff again

This commit is contained in:
Mid Favila 2021-11-18 12:16:59 +00:00
parent 2e4d2f445b
commit 43aba4707b
14 changed files with 47 additions and 4 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh -e
sed -i s/ncursesw\\/ncurses.h/ncurses.h/ Makefile
make
make DESTDIR="$1" install all
install -Dm 755 tine.1 "$1/usr/share/man/man1/tine.1"

View File

@ -0,0 +1 @@
ncurses

View File

@ -0,0 +1 @@
git+https://github.com/deadpixi/tine

View File

@ -0,0 +1 @@
git 1

4
core-mod/core/atto-git/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make
install -Dm755 atto "$1/usr/bin/atto"

View File

@ -0,0 +1 @@
ncurses

View File

@ -0,0 +1,13 @@
/var/db/kiss/installed/atto-git/version
/var/db/kiss/installed/atto-git/sources
/var/db/kiss/installed/atto-git/manifest
/var/db/kiss/installed/atto-git/depends
/var/db/kiss/installed/atto-git/build
/var/db/kiss/installed/atto-git/
/var/db/kiss/installed/
/var/db/kiss/
/var/db/
/var/
/usr/bin/atto
/usr/bin/
/usr/

View File

@ -0,0 +1 @@
git+https://github.com/hughbarney/atto

View File

@ -0,0 +1 @@
git 1

View File

@ -1 +0,0 @@
../ports/dropbear

0
mbase/dropbear Normal file
View File

View File

@ -1,6 +1,10 @@
#!/bin/sh -e
# Work around a stupid behavior in GNU Install.
mkdir -p "$1/usr/share/fonts/TTF/"
for file in TTF/*
do
install -Dm644 $file "$1/usr/share/fonts/TTF/"
install -m644 $file "$1/usr/share/fonts/TTF/"
done

10
ports/clearsans-font/build~ Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
# Work around a stupid behavior in GNU Install.
mkdir "$1/usr/share/fonts/TTF/"
for file in TTF/*
do
install -m644 $file "$1/usr/share/fonts/TTF/"
done

View File

@ -1 +1 @@
5bcc807d8ed441581c999328a21c94c69768624a3ec7e8de4c91a341d3eec248
261b0ffcf2473fe732449963f02ff18b3edfc42a949f7c412d5df800fabb3991

View File

@ -1 +0,0 @@
midfavila@speculatores.390