diff --git a/cmatrix/.footprint b/cmatrix/.footprint new file mode 100644 index 0000000..8ff8105 --- /dev/null +++ b/cmatrix/.footprint @@ -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 diff --git a/cmatrix/.md5sum b/cmatrix/.md5sum new file mode 100644 index 0000000..3ee4478 --- /dev/null +++ b/cmatrix/.md5sum @@ -0,0 +1 @@ +f74707c4237dc2f33a7fce9dea8395ca 1.2.tar.gz diff --git a/cmatrix/.signature b/cmatrix/.signature new file mode 100644 index 0000000..cfaacd0 --- /dev/null +++ b/cmatrix/.signature @@ -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 diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile new file mode 100644 index 0000000..4b733c5 --- /dev/null +++ b/cmatrix/Pkgfile @@ -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 +}