mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2025-05-05 22:26:39 +02:00
Basic working package
This commit is contained in:
parent
3d7a0dc1db
commit
20d51b44f3
6 changed files with 123 additions and 4 deletions
28
APKBUILD
Normal file
28
APKBUILD
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
pkgname=maim-utils
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A few common screenshot options rolled into one script based on maim"
|
||||
url="https://alpine.voidcruiser.nl"
|
||||
arch="noarch"
|
||||
license="GPL-3.0"
|
||||
depends="libnotify maim xdotool"
|
||||
makedepends="scdoc"
|
||||
subpackages="$pkgname-doc
|
||||
$pkgname-zsh-completion
|
||||
"
|
||||
source="https://alpine.voidcruiser.nl/src/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
install -Dm 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
e73d7e82ea183521862e3e6e1d8967aa832290d16407edbf574474077e317ab8013c4f0fc792de09479f040e880e12a6cfecc5aa391bdaff7dabac43fd4b870f maim-utils-1.0.tar.gz
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue