newsboat: initial release
This commit is contained in:
parent
5205bde692
commit
938c7f4df9
9
newsboat/.footprint
Normal file
9
newsboat/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/newsboat
|
||||
-rwxr-xr-x root/root usr/bin/podboat
|
||||
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/newsboat.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/podboat.1.gz
|
3
newsboat/.md5sum
Normal file
3
newsboat/.md5sum
Normal file
@ -0,0 +1,3 @@
|
||||
383cc0aae71061d87af9885743e69509 newsboat-2.10.1.tar.xz
|
||||
a908749483892145483fbb9ee19c5ea1 newsboat.1.gz
|
||||
688ff1d701b2f0efb053953cb4fe8957 podboat.1.gz
|
7
newsboat/.signature
Normal file
7
newsboat/.signature
Normal file
@ -0,0 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Veik/3+vT6XGPEihNm1Rx0OEdvatQFD1LeglN/GiaXyu0d2XImeAheMqTbW4QGlS9a54xJcQpCqopvOedHoSwQ=
|
||||
SHA256 (Pkgfile) = 544f9c66818dd85a35556081fc6eb41acfae586937191e188549181eeb39141c
|
||||
SHA256 (.footprint) = 06b39e043d56a32e79bc658c4ff55db7bd7766762838a1983998f9dd2a93bb3c
|
||||
SHA256 (newsboat-2.10.1.tar.xz) = 44d698284246ad82e32fa7cb7f07086fa1ef8406baab09d33321e1252f9cf8f5
|
||||
SHA256 (newsboat.1.gz) = 0267b1569455af31da8827316c200412243b3b4e2fab5ddbaf55c2625475bef0
|
||||
SHA256 (podboat.1.gz) = 5633e91fc77e8a3edc516b1cacc3c678d52cf2f4919558137aeeec5fcb1141d5
|
20
newsboat/Pkgfile
Normal file
20
newsboat/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: RSS/Atom feed reader for text terminals
|
||||
# URL: http://www.newsboat.org/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: curl libxml2 sqlite3 stfl json-c
|
||||
|
||||
name=newsboat
|
||||
version=2.10.1
|
||||
release=1
|
||||
source=(https://newsboat.org/releases/$version/$name-$version.tar.xz
|
||||
newsboat.1.gz podboat.1.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
export prefix=/usr
|
||||
sed -i "s/-Werror//" Makefile
|
||||
./config.sh
|
||||
make DESTDIR=$PKG install
|
||||
install -m 0644 $SRC/*.1.gz $PKG/usr/share/man/man1
|
||||
rm -r $PKG/usr/share/{doc,locale}
|
||||
}
|
BIN
newsboat/newsboat.1.gz
Executable file
BIN
newsboat/newsboat.1.gz
Executable file
Binary file not shown.
BIN
newsboat/podboat.1.gz
Executable file
BIN
newsboat/podboat.1.gz
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user