Add link from youtube-dl, fix bookmarks, add deps to misc-scipts

This commit is contained in:
Alex D. 2020-11-06 18:22:03 +01:00
parent f0f5bae626
commit d086782d49
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
3 changed files with 13 additions and 9 deletions

View File

@ -5,7 +5,7 @@
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=youtube-dlc
pkgver=2020.10.31
pkgrel=0
pkgrel=1
pkgdesc="Command-line program to download videos from YouTube"
url="https://youtube-dl.org/"
arch="noarch"
@ -16,6 +16,7 @@ subpackages="$pkgname-doc
$pkgname-bash-completion
$pkgname-fish-completion"
source="yt-dlc-$pkgver.tar.gz::https://github.com/blackjack4494/yt-dlc/archive/$pkgver.tar.gz"
provides="youtube-dl"
builddir="$srcdir/yt-dlc-$pkgver"
prepare() {
@ -36,6 +37,7 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
ln -sr "$pkgdir"/usr/bin/youtube-dlc "$pkgdir"/usr/bin/youtube-dl
}
sha512sums="35963a4dd44b6d8a1e3a3b8cfe001f66356b10bace3b312ec66d7f6e8539ae0739b6da6ac154923d74d640884b93cb703332870dd378763a68ad5abb6421fba5 yt-dlc-2020.10.31.tar.gz"

View File

@ -1,15 +1,15 @@
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=misc-scripts
pkgver=1.1
pkgrel=0
_commit="552ae9cfd0c61318d4fd8ea2f8a9e0cdbce9671c"
pkgver=1.0
pkgrel=1
_commit="c83062edcec348cbb46f93cdc7110957c5aabea1"
pkgdesc="A set of miscellaneous scripts."
url="https://git.redxen.eu/caskd/misc-scripts"
arch="noarch"
license="none"
source="https://git.redxen.eu/caskd/misc-scripts/archive/$_commit.tar.gz"
depends="zsh"
depends="zsh mpv dmenu curl jq pass pass-otp youtube-dl xdg-utils"
options="!check"
builddir="$srcdir/$pkgname"
@ -19,7 +19,9 @@ package() {
install -Dm755 passman-dmenu.zsh "$pkgdir"/usr/bin/passman-dmenu
install -Dm755 sfeed-dmenu.zsh "$pkgdir"/usr/bin/sfeed-dmenu
install -Dm755 twitch-list.zsh "$pkgdir"/usr/bin/twitch-list
install -Dm755 fetch-weather.zsh "$pkgdir"/usr/bin/fetch-weather
install -Dm755 fetch-covid.zsh "$pkgdir"/usr/bin/fetch-covid
}
sha512sums="f9caa4098054df09130a80b65cd80f4e997ed99e5efeadeb30fa1a61a2666fc5a96600519c16ed831b71521bde39ce4b4f925a512015d511594526c5fa5c59a2 552ae9cfd0c61318d4fd8ea2f8a9e0cdbce9671c.tar.gz"
sha512sums="d42749e03464b0b5d89c4381cf2a3938f9b60576527e90759b32542db7dd473787877df071753bb0dc60dc12e095feab69f7f255103f63e5c20f9f083251ed14 c83062edcec348cbb46f93cdc7110957c5aabea1.tar.gz"

View File

@ -3,9 +3,9 @@
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=dwm-desktop
pkgver=6.2
pkgrel=1
pkgrel=2
provides="dwm"
_commit="43b44fefd66740a63ac5757e48c676ec43ab19d0"
_commit="6239eee0399a803a3d31ec0a021546abe2776892"
pkgdesc="dwm - dynamic window manager (with caskd's patches)"
url="https://dwm.suckless.org"
arch="all"
@ -36,4 +36,4 @@ package() {
-C "$builddir" install
}
sha512sums="f4d800f54da8e77794f813ba05a474a4e39d358b3f87503e66129f01b95f6475dedcf05159b31ec52ac5787fa72136d182f4f6e52d3b89890bd8d928c036734a dwm-desktop-6.2-43b44fefd66740a63ac5757e48c676ec43ab19d0.tar.gz"
sha512sums="8a95d8a93a5150f657e8607c1abe094d6e7b09c23e5086c79141d18a5f32b381e20e74a05250697baa7fadef732200f19308bc8d9dcb10f863259adbe0c0838e dwm-desktop-6.2-6239eee0399a803a3d31ec0a021546abe2776892.tar.gz"