forked from XAMPPRocky/tokei
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add arch's PKGBUILD files (XAMPPRocky#972)
- Loading branch information
1 parent
bbcaa49
commit 83cf62a
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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" | ||
} |