Date: Sunday, January 1, 2023 @ 22:48:54
Author: grawlinson
Revision: 1372841
archrelease: copy trunk to community-x86_64
Added:
oil/repos/community-x86_64/PKGBUILD
(from rev 1372840, oil/trunk/PKGBUILD)
oil/repos/community-x86_64/oil.install
(from rev 1372840, oil/trunk/oil.install)
Deleted:
oil/repos/community-x86_64/PKGBUILD
oil/repos/community-x86_64/oil.install
-------------+
PKGBUILD | 73 +++++++++++++++++++++++++++++-----------------------------
oil.install | 24 +++++++++----------
2 files changed, 49 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-01 22:48:02 UTC (rev 1372840)
+++ PKGBUILD 2023-01-01 22:48:54 UTC (rev 1372841)
@@ -1,36 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Yigit Sever <yigit at yigitsever dot com>
-# Contributor: Qontinuum <[email protected]>
-# Contributor: timetoplatypus <[email protected]>
-# Contributor: andychu <[email protected]>
-
-pkgname=oil
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='A new Unix shell'
-arch=('x86_64')
-url='https://www.oilshell.org'
-license=('Apache')
-depends=('readline')
-makedepends=('bash')
-replaces=('osh')
-install=oil.install
-options=('!lto' '!strip')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('e0322449b096c68d4e94d631bea4a04ec525275ee8cbe23eb07ee6c1673bdcb3984f5b8478228128c76e128cf3b63484baff4a2e4448658654149bea4fafbac8')
-b2sums=('91d0bfabc6f04eb6f57824640525074a6ef09eed6bae35387df4dc981959d94366d522ed47218d505b8195b51b031c9561a96e7f8c6c6687bdf95a429f2b7e00')
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr
-
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
Copied: oil/repos/community-x86_64/PKGBUILD (from rev 1372840,
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-01 22:48:54 UTC (rev 1372841)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Yigit Sever <yigit at yigitsever dot com>
+# Contributor: Qontinuum <[email protected]>
+# Contributor: timetoplatypus <[email protected]>
+# Contributor: andychu <[email protected]>
+
+pkgname=oil
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='A new Unix shell'
+arch=('x86_64')
+url='https://www.oilshell.org'
+license=('Apache')
+depends=('readline')
+makedepends=('bash')
+replaces=('osh')
+install=oil.install
+options=('!lto' '!strip')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+sha512sums=('5b1410c8c51d6cff5b0956c00ee297d482133ac0a3d216371c75b0d94ba8e542118930e2ce1f2a8afab74623932e6649fe4ba8a5bbe235df71cb28e5195e2cd7')
+b2sums=('5759ad1ca3b437ab554781a144a86d5c7102a302209ddea018a26bc85a00c776dee0b5f24a255ed091e5039514fe2b3c9c32857552dfcc7e48e4da569b8e287b')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --datarootdir=/usr/share
+
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
Deleted: oil.install
===================================================================
--- oil.install 2023-01-01 22:48:02 UTC (rev 1372840)
+++ oil.install 2023-01-01 22:48:54 UTC (rev 1372841)
@@ -1,12 +0,0 @@
-post_install() {
- grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
- grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
-}
Copied: oil/repos/community-x86_64/oil.install (from rev 1372840,
oil/trunk/oil.install)
===================================================================
--- oil.install (rev 0)
+++ oil.install 2023-01-01 22:48:54 UTC (rev 1372841)
@@ -0,0 +1,12 @@
+post_install() {
+ grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
+ grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
+}