mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 07:22:22 +01:00
retty-1.0-3
This commit is contained in:
parent
195df46145
commit
4a4b80f595
2 changed files with 5 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = retty
|
||||
pkgdesc = Tiny tool, that lets you attach processes running on other terminals.
|
||||
pkgdesc = Tiny tool, that lets you attach processes running on other terminals
|
||||
pkgver = 1.0
|
||||
pkgrel = 3
|
||||
url = http://pasky.or.cz/~pasky/dev/retty
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=retty
|
||||
pkgver=1.0
|
||||
pkgrel=3
|
||||
pkgdesc="Tiny tool, that lets you attach processes running on other terminals."
|
||||
pkgdesc="Tiny tool, that lets you attach processes running on other terminals"
|
||||
arch=('i686')
|
||||
url="http://pasky.or.cz/~pasky/dev/retty"
|
||||
license=('GPL')
|
||||
|
|
@ -20,7 +20,7 @@ build() {
|
|||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
install -D -m755 $pkgname "${pkgdir}/usr/bin/$pkgname"
|
||||
install -D -m755 blindtty "${pkgdir}/usr/bin/blindtty"
|
||||
install -D -m644 $pkgname.1 "${pkgdir}/usr/share/man/man1/$pkgname.1"
|
||||
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
|
||||
install -Dm755 blindtty "${pkgdir}"/usr/bin/blindtty
|
||||
install -Dm644 $pkgname.1 "${pkgdir}"/usr/share/man/man1/$pkgname.1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue