cmatrix: 1.2

This commit is contained in:
Daniel Azevedo 2024-10-01 14:07:58 +01:00
parent c53a74ec9c
commit 682075d4a1
4 changed files with 29 additions and 0 deletions

7
cmatrix/.footprint Normal file
View file

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cmatrix
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cmatrix.1.gz

1
cmatrix/.md5sum Normal file
View file

@ -0,0 +1 @@
f74707c4237dc2f33a7fce9dea8395ca 1.2.tar.gz

5
cmatrix/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkCG/IdWzaCYhTXYzAhlcT7IXWf79v2/ESQAS57qCP9kDfOwCjmXtbQel4anVGB8YqYSK1Gzb9IYRoFY2rQbxlg8=
SHA256 (Pkgfile) = 4cd24f9deab5f00a26eaae71a19eb692089e01ba5a8ce064ff8ac787277f8164
SHA256 (.footprint) = c7a89a19cdec5f2c7e6ae41c344befb42e012d27870a70750b4677b67cc53c3d
SHA256 (1.2.tar.gz) = 6b0b9aff4585147843c4cf8a8c9c6048500f66dc4887a38922197dfa326b57c8

16
cmatrix/Pkgfile Normal file
View file

@ -0,0 +1,16 @@
# Description: CMatrix is based on the screensaver from The Matrix website.
# URL: https://github.com/abishekvashok/cmatrix
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: ncurses
name=cmatrix
version=1.2
release=1
source=(https://github.com/abishekvashok/$name/archive/refs/tags/$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}