diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-08 20:28:25 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-08 20:28:25 +0200 |
commit | 472e769077880733441136516ce8f71be35939f1 (patch) | |
tree | 424589dfda6ca797b08e6c58b57c4476a8c1dbc2 /featherweight | |
parent | Update e-mail (diff) | |
download | aur-packages-472e769077880733441136516ce8f71be35939f1.tar.gz aur-packages-472e769077880733441136516ce8f71be35939f1.tar.bz2 aur-packages-472e769077880733441136516ce8f71be35939f1.tar.xz |
Remove some old packages
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'featherweight')
-rw-r--r-- | featherweight/PKGBUILD | 29 | ||||
-rw-r--r-- | featherweight/featherweight.install | 20 | ||||
l--------- | featherweight/upload | 1 |
3 files changed, 0 insertions, 50 deletions
diff --git a/featherweight/PKGBUILD b/featherweight/PKGBUILD deleted file mode 100644 index f2bb34a..0000000 --- a/featherweight/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> - -pkgname=featherweight -pkgver=1428444876 -pkgrel=2 -pkgdesc="A lightweight news syndication aggregator for your terminal shell" -url="https://github.com/GNU-Pony/featherweight" -arch=(any) -license=(GPL3) -depends=(python3 coreutils wget pytagomacs html2text-with-utf8) -makedepends=(make coreutils python3 zip texinfo) -install=featherweight.install -source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(17e8031bec3a68171acc182d925a684b53a2f28c9275362b5592510c07fe2c3b) - - -build() { - cd "${srcdir}/featherweight-${pkgver}" - make PREFIX=/usr PY_MAJOR=3 PY_MINOR=4 -} - -package() { - cd "${srcdir}/featherweight-${pkgver}" - make PREFIX=/usr PY_MAJOR=3 PY_MINOR=4 DESTDIR="${pkgdir}" install - - _dir="${pkgdir}/usr/share/licenses/${pkgname}" - ln -sf -- "/usr/share/licenses/common/GPL3" "${_dir}/LICENSE" -} - diff --git a/featherweight/featherweight.install b/featherweight/featherweight.install deleted file mode 100644 index dff7792..0000000 --- a/featherweight/featherweight.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="featherweight" - -infodir="usr/share/info" -file="${_file}.info" - - -post_install() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info --delete -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - diff --git a/featherweight/upload b/featherweight/upload deleted file mode 120000 index 1e7a8be..0000000 --- a/featherweight/upload +++ /dev/null @@ -1 +0,0 @@ -../upload
\ No newline at end of file |