mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-22 16:06:38 +00:00
Update PKGBUILD
This commit is contained in:
parent
c27f3728a3
commit
cd8c6051e5
4
dist/PKGBUILD
vendored
4
dist/PKGBUILD
vendored
@ -1,4 +1,4 @@
|
||||
pkgname='terminal-wipe'
|
||||
pkgname='terminal-wipe-git'
|
||||
pkgver='0.1.0'
|
||||
pkgrel='1'
|
||||
pkgdesc='Wipe your terminal with a random animation.'
|
||||
@ -22,5 +22,7 @@ check() {
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/bin"
|
||||
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
|
||||
mv 'wipe/target/release/wipe' "$pkgdir/usr/bin"
|
||||
mv 'wipe/LICENSE' "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
Loading…
Reference in New Issue
Block a user