Skip to content

Commit

Permalink
atdt-v1.2.7 (FINAL)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-elcapitan committed May 4, 2023
1 parent b911039 commit 3c072d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# AT PROJECT Limited 2023
# by ElCapitan
pkgname=ds
_gitname="Directory-diSplay-atdt-"
_gitname="Directory-diSplay"
pkgver=v1.2.7
pkgrel=1
arch=('x86_64')
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/EICapitan/Directory-Tree/archive/refs/tags/atdt-$pkgver.tar.gz")
source=("git+https://github.com/at-elcapitan/Directory-diSplay.git")
sha256sums=('SKIP')

build() {
cd "$_gitname$pkgver"
cd "$_gitname"
cmake .
make
}

package() {
cd "$_gitname$pkgver"
cd "$_gitname"
make DESTDIR="$pkgdir/" install
mkdir -p "$pkgdir/usr/share/man/man1"
install -g 0 -o 0 -m 0644 ds.1 "$pkgdir/usr/share/man/man1/"
Expand Down
Binary file modified ds
Binary file not shown.
4 changes: 2 additions & 2 deletions ds.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ display files size
display access options

.TP
.B --version
\fB --version\fR
display current program version

.TP
.B --help
\fB --help\fR
display this man page


Expand Down

0 comments on commit 3c072d5

Please sign in to comment.