Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPilyugin committed Jan 25, 2023
1 parent eabcf02 commit 7337fa7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Maintainer: Leonid Pilyugin <l.pilyugin04@gmail.com>>

pkgname=gurenyuu
pkgver=1.0
pkgrel=1
pkgdesc='Gurenyuu sound'
url='https://github.com/LeonidPilyugin/gurenyuu'
arch=('x86_64')
depends=('mpv')
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/LeonidPilyugin/$pkgname/releases/download/v$pkgver/files.tar.gz")
sha256sums=('6a1eb767c5b9fca0a92e18e37187e859d5c319715b30d1dc371f77bd506c66a2')

package() {
install -dm755 $pkgdir/usr/share/sounds
install -dm755 $pkgdir/usr/bin
cp $srcdir/files/gurenyuu $pkgdir/usr/bin/
cp gurenyuu.mp3 $pkgdir/usr/share/sounds/
}
Binary file added files.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions files/gurenyuu
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
mpv /usr/share/sounds/gurenyuu.mp3 &> /dev/null
Binary file added files/gurenyuu.mp3
Binary file not shown.

0 comments on commit 7337fa7

Please sign in to comment.