Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/newsboat-og
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
committerErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
commite74cde76c104df82b120a7b13964cb786da8f565 (patch)
tree39967e24037929c04aaf79922aa260b437a60a5e /community/newsboat-og
parent73e1d3b448cc583ab38cae4d61a26f313fad946b (diff)
community -> extra
Diffstat (limited to 'community/newsboat-og')
-rw-r--r--community/newsboat-og/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/newsboat-og/PKGBUILD b/community/newsboat-og/PKGBUILD
deleted file mode 100644
index 8a9866b5..00000000
--- a/community/newsboat-og/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
-
-pkgname=newsboat-og
-pkgver=2.13.1
-pkgrel=1
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64' 'i486' 'i686' 'pentium4')
-url="https://newsboat.org/"
-license=('MIT')
-depends=('curl' 'hicolor-icon-theme' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('asciidoc')
-optdepends=('perl: for pinboard.pl'
- 'python: for exportOPMLWithTags.py'
- 'ruby: for feedgrabber.rb, heise.rb, and slashdot.rb')
-replaces=('newsbeuter')
-conflicts=('newsboat')
-options=('!makeflags')
-source=("https://github.com/andreasbaumann/$pkgname/archive/r$pkgver.tar.gz")
-sha256sums=('074228c0597f20ac72aff0b99685e5af4b28b428adafbbd8a1f207a156eb63c9')
-
-build() {
- cd $pkgname-r$pkgver
-
- make prefix=/usr
- make doc
-}
-
-package() {
- cd $pkgname-r$pkgver
-
- make prefix=/usr DESTDIR="$pkgdir" install
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}