tokei/tests/data/PKGBUILD
2024-05-02 17:55:20 +02:00

24 lines
802 B
Bash

# 24 lines 19 code 3 comments 2 blanks
# Maintainer: Andy 'Blocktronics' Herbert <blocktronics.org>
# Aur Maintainer: Wanesty <github.com/Wanesty/aurpkg>
pkgname=moebius-bin
pkgver=1.0.29
pkgrel=1
epoch=1
pkgdesc="Modern ANSI & ASCII Art Editor"
arch=('x86_64')
url="https://github.com/blocktronics/moebius"
license=('Apache')
depends=('gtk3' 'libnotify' 'libxss' 'libxtst' 'xdg-utils' 'libappindicator-gtk3')
makedepends=('libarchive')
conflicts=('moebius')
source=("https://github.com/blocktronics/moebius/releases/download/$pkgver/Moebius.rpm")
sha256sums=(69aaa1e42e287ed78c8e73971dae3df23ae4fa00e3416ea0fc262b7d147fefec)
noextract=("Moebius.rpm")
package() {
bsdtar -C "${pkgdir}" -xvf "$srcdir/Moebius.rpm"
mkdir "$pkgdir/usr/bin"
ln -s "/opt/Moebius/moebius" "$pkgdir/usr/bin/moebius"
}