mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Initial release v1.0.0
This commit is contained in:
commit
f6509afbae
2 changed files with 33 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgbase = shorinclip
|
||||
pkgdesc = A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/SHORiN-KiWATA/shorinclip
|
||||
arch = any
|
||||
license = MIT
|
||||
depends = fzf
|
||||
depends = cliphist
|
||||
depends = wl-clipboard
|
||||
optdepends = ffmpegthumbnailer: Video thumbnail support
|
||||
source = https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip
|
||||
sha256sums = 50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be
|
||||
|
||||
pkgname = shorinclip
|
||||
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: Shorin <2433516202@qq.com>
|
||||
pkgname=shorinclip
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A wayland clipboard TUI script using fzf wl-clipboard cliphist and kitty image preview"
|
||||
arch=('any')
|
||||
url="https://github.com/SHORiN-KiWATA/shorinclip"
|
||||
license=('MIT')
|
||||
depends=('fzf' 'cliphist' 'wl-clipboard')
|
||||
optdepends=('ffmpegthumbnailer: Video thumbnail support')
|
||||
|
||||
source=("https://raw.githubusercontent.com/SHORiN-KiWATA/shorinclip/refs/heads/main/shorinclip")
|
||||
|
||||
sha256sums=('50142c6b8176a0705bef42953d3d2618b16a86d2e904d710d5c1334c788278be')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/shorinclip" "$pkgdir/usr/bin/shorinclip"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue