Skip to content

Commit

Permalink
add: xdg-ninja-git (#6013)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored May 18, 2024
1 parent 9a284fc commit 2778d03
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ wsysmon-bin
xapps-common-deb
xcb-util-errors
xdg-desktop-portal-hyprland
xdg-ninja-git
xfce4-deb
xfce4-hotcorner-plugin-git
xfce4-settings-pine-git
Expand Down
11 changes: 11 additions & 0 deletions packages/xdg-ninja-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgname = xdg-ninja-git
gives = xdg-ninja
pkgver = 0.2.0.2
pkgdesc = A shell script which checks your $HOME for unwanted files and directories.
url = https://github.com/b3nj5m1n/xdg-ninja
source = xdg-ninja::https://github.com/b3nj5m1n/xdg-ninja.git
depends = jq
pacdeps = glow-deb
license = MIT
maintainer = vigress8 <[email protected]>
repology = project: xdg-ninja
15 changes: 15 additions & 0 deletions packages/xdg-ninja-git/xdg-ninja-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pkgname='xdg-ninja-git'
gives='xdg-ninja'
pkgver='0.2.0.2'
pkgdesc="A shell script which checks your \$HOME for unwanted files and directories."
url="https://github.com/b3nj5m1n/${gives}"
license=('MIT')
depends=('jq')
pacdeps=('glow-deb')
source=("${gives}::${url}.git")
maintainer=('vigress8 <[email protected]>')
repology=("project: ${gives}")

package() {
make install -C "${srcdir}/${gives}" DESTDIR="${pkgdir}" PREFIX=/usr
}

0 comments on commit 2778d03

Please sign in to comment.