[aur-requests] [PRQ#13397] Deletion Request for range-v3-git

notify at aur.archlinux.org notify at aur.archlinux.org
Wed Nov 28 08:18:28 UTC 2018


alienzj [1] filed a deletion request for range-v3-git [2]:

prepare() {
    cd "${srcdir}/range-v3-${pkgver}"
    rm -rf build && mkdir build
}

build() {
    cd "${srcdir}/range-v3-${pkgver}"

    cd build
    cmake .. \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DRANGE_V3_TESTS=OFF \
        -DRANGE_V3_HEADER_CHECKS=OFF \
        -DRANGE_V3_EXAMPLES=OFF \
        -DRANGE_V3_PERF=OFF
    make
}

package() {
    cd "${srcdir}/range-v3-${pkgver}"
    install -Dm644 "LICENSE.txt"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"

    cd build
    make DESTDIR="${pkgdir}/" install
}

[1] https://aur.archlinux.org/account/alienzj/
[2] https://aur.archlinux.org/pkgbase/range-v3-git/


More information about the aur-requests mailing list