Package Details: smug 0.3.3-1

Git Clone URL: https://aur.archlinux.org/smug.git (read-only, click to copy)
Package Base: smug
Description: A session manager for tmux written in Go
Upstream URL: https://github.com/ivaaaan/smug
Licenses: MIT
Submitter: jtdowney
Maintainer: jtdowney
Last Packager: jtdowney
Votes: 2
Popularity: 0.000001
First Submitted: 2020-12-22 20:49 (UTC)
Last Updated: 2022-09-20 17:09 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

kseistrup commented on 2022-05-06 16:01 (UTC)

Great, thanks!

jtdowney commented on 2022-05-06 15:56 (UTC)

Done, thanks for the suggestion!

kseistrup commented on 2022-05-06 14:10 (UTC)

Smug has a manpage, please include it:

diff --git a/.SRCINFO b/.SRCINFO
index 306e9c8..94be0d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = smug
    pkgdesc = A session manager for tmux written in Go
    pkgver = 0.2.8
-   pkgrel = 1
+   pkgrel = 2
    url = https://github.com/ivaaaan/smug
    arch = x86_64
    license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 038fe50..73ef3fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: John Downey <jdowney@gmail.com>
 pkgname=smug
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A session manager for tmux written in Go'
 arch=('x86_64')
 url="https://github.com/ivaaaan/smug"
@@ -28,4 +28,5 @@ check() {
 package() {
   cd "$pkgname-$pkgver"
   install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 man/man1/smug.1 "$pkgdir/usr/share/man/man1/smug.1"
 }

kseistrup commented on 2022-02-01 20:39 (UTC)

Thanks, man.

jtdowney commented on 2022-02-01 20:23 (UTC)

This is now fixed. It looks like the tag was updated shortly after I pulled the file today. The tarball contents are identical besides timestamps on the files.

kseistrup commented on 2022-02-01 20:06 (UTC)

The sha256sums of PKGBUILD does not line up with the digest of the source archive in 0.2.6-1.